diff 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
line wrap: on
line diff
--- a/frontends/src/primitivus/constants.py	Mon May 05 18:58:34 2014 +0200
+++ b/frontends/src/primitivus/constants.py	Mon May 05 20:12:19 2014 +0200
@@ -79,4 +79,6 @@
                 "dnd": (u'✖', "show_dnd"),
                 "xa": (u'☄', "show_xa")
                 }
+    LOG_OPT_SECTION = APP_NAME.lower()
+    LOG_OPT_OUTPUT = ('output', constants.Const.LOG_OPT_OUTPUT_SEP + constants.Const.LOG_OPT_OUTPUT_MEMORY)