kactoos-jvm / nnl.rocks.kactoos.io / LoggingInput
class LoggingInput : Input
Logged input.
There is no thread-safety guarantee.
origin - Data input
source - The name of source data
logger - Message logger
Since 0.3
| Name | Summary |
|---|---|
| <init> | LoggingInput(origin: Input, source: String, logger: Logger = Logger.getLogger(source))Logged input. |
| Name | Summary |
|---|---|
| stream | fun stream(): InputStreamGet read access to it. |