diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-09-30 09:38:37 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-09-30 09:38:37 +0000 |
| commit | acf5c7612afc02aee6ddf079d2ea77e13bb82e1b (patch) | |
| tree | 8af7a0de9007c10f5e3a8d00676b162e35a74929 /doc | |
| parent | update to trunk (diff) | |
| parent | Reduce tools-switcher code, add description for node and select toos. (diff) | |
| download | inkscape-acf5c7612afc02aee6ddf079d2ea77e13bb82e1b.tar.gz inkscape-acf5c7612afc02aee6ddf079d2ea77e13bb82e1b.zip | |
Update to trunk
(bzr r11950.1.156)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/LOGGING.txt | 23 |
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. + + |
