Root logger

There is also a special type of logger, called the root logger:

    <root level="info">
<appender-ref ref="${logappender:-DUMMY}" />
<appender-ref ref="F1" />
</root>

The root logger acts as a default, allowing you to select the logging level and provide a list of appender-refs to apply the default settings to. Think of it as a default group policy logger, rather than a single configuration being applied to a log. All other loggers override the root logger for each value.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.137.184.3