Skip to content

Log file

herve91 edited this page Apr 16, 2017 · 9 revisions

In case of error, it may be useful to generate a log file.

Go to Archi preferences (Edit menu -> Preferences) and select the "form plugin" section. If this section does not exist, this means that the plugin is not recognized by Archi (please refer to installation page).

preferences window

Two modes are available:

  • Simple mode

In this mode, you only have to select the level of details you require and the log file name. The logs are then sent to the console and to the log file you selected.

Please be aware that debug and trace levels may have a performance impact on the plugin.

simple mode logger

  • Expert mode

The Expert mode let you pilot Log4j. You may create as many appenders as you wish and parameter them as you wish. Please note that this mode requires Log4j knowledge. If you do not know how to deal with Log4j parameters, please use the simple mode instead.

Please be aware that debug and trace levels may have a performance impact on the plugin.

expert mode logger

Clone this wiki locally