Kactoos

kactoos-jvm / nnl.rocks.kactoos.io / LoggingOutput

LoggingOutput

class LoggingOutput : Output

Logged output.

There is no thread-safety guarantee.

Parameters

origin - Data output

destination - The name of destination data

logger - Message logger

Since 0.3

Constructors

Name Summary
<init> LoggingOutput(origin: Output, destination: String, logger: Logger = Logger.getLogger(destination))
Logged output.

Functions

Name Summary
stream fun stream(): OutputStream
Get write access to it.