- Go through Before You Begin.
- Follow the guide that matches your desired integration:
Additional information
The guides above give you all information necessary to enable logging. However, here are some additional tips for Logging:- xorlab logging is built with the open-source Logback framework. For more details on Logback, refer to the Logback Documentation.
-
You can use multiple
appenderin onelogback-audit.xmlfile. The sameappendercan be used in multiplelogger(for example to log the same event via multiple channels). -
You can use multiple
loggerin onelogback-audit.xmlfile. The loggernameattribute is hierarchical: For example,name="audit"will log allaudit.*events. -
appendermust be configured beforeloggerin thelogback-audit.xmlfile.