| Package | Description |
|---|---|
| com.io7m.jlog |
Core types and functions for logging.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogPolicyAllOn
Log policy that enables logging to all destinations at the given log level.
|
class |
LogPolicyProperties
Log policy based on
Properties. |
| Modifier and Type | Method and Description |
|---|---|
static LogPolicyType |
LogPolicyAllOn.newPolicy(LogLevel level)
Construct a new log policy, using the given log level.
|
static LogPolicyType |
LogPolicyProperties.newPolicy(Properties props,
String property_prefix)
Construct a new log policy, reading properties prefixed with
property_prefix from props. |
| Modifier and Type | Method and Description |
|---|---|
static LogType |
Log.newLog(LogPolicyType policy,
String destination)
Construct a new root log interface, logging to the given destination.
|
Copyright © 2014 <code@io7m.com> http://io7m.com