comparison frontends/src/primitivus/constants.py @ 1010:73a0b7f94674

primitivus: use of new logging system: - default output is \\memory - logs can be seen with :messages command - now useless writeLog method has been removed
author Goffi <goffi@goffi.org>
date Mon, 05 May 2014 20:12:19 +0200
parents 1fe00f0c9a91
children 85fd02356dba
comparison
equal deleted inserted replaced
1009:d1084f7e56a5 1010:73a0b7f94674
77 "chat": (u'✆', "show_chat"), 77 "chat": (u'✆', "show_chat"),
78 "away": (u'✈', "show_away"), 78 "away": (u'✈', "show_away"),
79 "dnd": (u'✖', "show_dnd"), 79 "dnd": (u'✖', "show_dnd"),
80 "xa": (u'☄', "show_xa") 80 "xa": (u'☄', "show_xa")
81 } 81 }
82 LOG_OPT_SECTION = APP_NAME.lower()
83 LOG_OPT_OUTPUT = ('output', constants.Const.LOG_OPT_OUTPUT_SEP + constants.Const.LOG_OPT_OUTPUT_MEMORY)
82 84