The HTML layout for file appenders writes logging events in a clean-looking table. Each logging event written to the log is added as a row in the table. The columns in this table are described as follows:
File Appender HTML Layout Columns
Time |
Thread |
Level |
Category |
Message |
Milliseconds elapsed since the TeamConnect was started until |
Name of the thread that generated the event |
Level of the event |
Logger associated with the event |
Message associated with the event |
Tip: In HTML layout, the time of an event is displayed relative to the start time of the application. To track events logged over long periods of time, specify frequent roll over.
The following table is an example of a log file in HTML layout:
File Appender HTML Layout Example