| Package | Description |
|---|---|
| net.anotheria.moskito.core.logging |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaUtilLogOutput
A ILogOutput associated with a java.util.logging.Logger.
|
class |
Log4JOutput
A ILogOutput associated with a Log4J Logger.
|
class |
SL4JLogOutput
Deprecated.
|
class |
SLF4JLogOutput
A ILogOutput associated with a SLF4J Logger.
|
class |
SystemErrLogOutput
A ILogOutput which prints each message to the stderr.
|
class |
SystemOutLogOutput
A ILogOutput which prints each message to the stdout.
|
| Constructor and Description |
|---|
DefaultStatsLogger(IStatsProducer aTarget,
ILogOutput anOutput)
Creates a new DefaultStatsLogger with 60 seconds output interval.
|
DefaultStatsLogger(IStatsProducer aTarget,
ILogOutput anOutput,
int anOutputIntervalInSeconds)
Creates a new DefaultStatsLogger.
|
IntervalStatsLogger(IStatsProducer aTarget,
Interval anInterval,
ILogOutput anOutput)
Creates a new IntervalStatsLogger and connects it to the given target, interval and output.
|
IntervalStatsLogger(IStatsProducer aTarget,
Interval anInterval,
ILogOutput anOutput,
TimeUnit unit)
Creates a new IntervalStatsLogger and connects it to the given target, interval and output.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.