Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 687 Bytes

logging.md

File metadata and controls

14 lines (10 loc) · 687 Bytes

Logging

REMReM Generate application logging is implemented using the logback-classic. It requires user to configure the logback.xml file.
When used without logback.xml log messages will look as below:

  %PARSER_ERROR[wEx]%PARSER_ERROR[clr] %PARSER_ERROR[clr] %PARSER_ERROR[clr] %PARSER_ERROR[clr]
       %PARSER_ERROR[clr] %PARSER_ERROR[clr] %PARSER_ERROR[clr]

To configure the logback.xml file use -Dlogging.config=path/logback.xml

To get info about logback configurations see here.

To get sample logback.xml to use see here.