| Class | Description |
|---|---|
| LayoutEngineJson | |
| ThresholdFilterWithExclusion |
When filter is enabled, you can define a minimum level,
For example, if default logging set to INFO, but you want only WARN logging to cloud host BUT FOR (except) if package
prefix was org.foo or org.bar, use:
<filter class="io.wisetime.wise_log_aws.cloud.ThresholdFilterWithExclusion">
<level>WARN</level>
<excludedLogPrefixList>org.foo;org.bar</excludedLogPrefixList>
</filter>
Separate items with ';' character.
|
| WiseAppender |
Appender used at wise-sites for critical level logging for alerts and monitoring services.
|
Copyright © 2018. All rights reserved.