summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-09-30 09:38:37 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-09-30 09:38:37 +0000
commitacf5c7612afc02aee6ddf079d2ea77e13bb82e1b (patch)
tree8af7a0de9007c10f5e3a8d00676b162e35a74929 /doc
parentupdate to trunk (diff)
parentReduce tools-switcher code, add description for node and select toos. (diff)
downloadinkscape-acf5c7612afc02aee6ddf079d2ea77e13bb82e1b.tar.gz
inkscape-acf5c7612afc02aee6ddf079d2ea77e13bb82e1b.zip
Update to trunk
(bzr r11950.1.156)
Diffstat (limited to 'doc')
-rw-r--r--doc/LOGGING.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/LOGGING.txt b/doc/LOGGING.txt
new file mode 100644
index 000000000..a6b9314df
--- /dev/null
+++ b/doc/LOGGING.txt
@@ -0,0 +1,23 @@
+
+Logging Inkscape events can be done by switching on DEBUG logs:
+
+Set the enviroment variables:
+
+INKSCAPE_DEBUG_LOG=filename.xml
+INKSCAPE_DEBUG_FILTER=Comma,List,Options
+
+Filter Options:
+ CORE - Logs core events
+ XML - Same xml changes in the log
+ SPOBJECT - Logs events from sp-object
+ DOCUMENT - Logs document events
+ REFCOUNT - Will track refs, may cause crashes
+ EXTENSION - Track extension events (where available)
+ FINALIZERS - Unknown
+ INTERACTION - User events
+ CONFIGURATION - Configuration entries as they're read
+ OTHER - None
+
+The log will output an xml file useful for machine reading.
+
+