Revision [1312]

This is an old revision of Logging made by DavidLee on 2010-03-21 14:43:32.

 

Logging


Xmlsh uses the Log4J subsystem for logging.

Configuration


On startup, xmlsh checks to see if Log4J has previously been initialized, and if so no action is taken.

If the environment variable XLOG4JPATH is set then it is used as the path to a log4j configuration file.

If no XLOG4JPATH is set or if the file cannot be parsed then the following is used to choose a file to log.
If a file is is found to log then a simple FileAppender is used for logging to that file.

If no file is found then the BasicConfigurator is used (which logs to stderr).

Logging is done for every command executed, as well as stack traces for every exception.
You can explicitly add a log record using the log Command


CommandLog


There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki