public interface LogPolicyType
The type of log policies.
A log policy controls whether or not a given log destination will be enabled or disabled by default. It also controls the default log level.
All functions are thread-safe; any number of threads may call any of the functions without explicit synchronization.
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
policyDefaultLevel() |
boolean |
policyDestinationEnabled(String destination) |
LogLevel policyDefaultLevel()
boolean policyDestinationEnabled(String destination)
destination - The destination.true if logging to the given absolute destination is
enabled by the policy.Copyright © 2014 <code@io7m.com> http://io7m.com