kactoos-jvm / nnl.rocks.kactoos.io / LoggingOutput
class LoggingOutput : Output
Logged output.
There is no thread-safety guarantee.
origin - Data output
destination - The name of destination data
logger - Message logger
Since 0.3
| Name | Summary |
|---|---|
| <init> | LoggingOutput(origin: Output, destination: String, logger: Logger = Logger.getLogger(destination))Logged output. |
| Name | Summary |
|---|---|
| stream | fun stream(): OutputStreamGet write access to it. |