Loggers are printing the detected events in files, using a particular format.
Each logger has a file output and can be de-activated through the logger_enabled setting.
The publishers determines the list of publishers to use.
Supported formats are :
single_excel_line: one event written per line with tabulationssingle_line: one event per line, without tabulations. Used for external parsing.journal: each event is written in a readable formatcsv: one event per line. Includes headers for filtering in Excel.html: events are listed in an HTML table taken out from a velocitytemplate.
<loggers>
<logger logger_enabled="true"
format="csv"
file="${JEYZER_TARGET_NAME}_monitor.csv"
publishers="mailer,web"/>
<logger logger_enabled="true"
format="html"
file="${JEYZER_TARGET_NAME}_monitor.html"
publishers="web">
<template directory="${JEYZER_ANALYZER_CONFIG_DIR}/monitor/loggers/html" name="events_template.vm"/>
</logger>
</loggers>
