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(): OutputStream Get write access to it. |