1
0
Fork 0
inkscape/doc/LOGGING.txt
Daniel Baumann 02d935e272
Adding upstream version 1.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 23:40:13 +02:00

23 lines
663 B
Text

Logging Inkscape events can be done by switching on DEBUG logs:
Set the environment 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.