Package org.refcodes.logger.alt.io


package org.refcodes.logger.alt.io
This artifact extends the refcodes-logger toolkit with I/O logging functionality (supporting PrintStream, OutputStream and File types as datasinks) as of the IoLogger type.

Please refer to the refcodes-logger: Fancy runtime-logs and highly scalable cloud logging documentation for an up-to-date and detailed description on the usage of this artifact.

  • Classes
    Class
    Description
    The IoLogger implements the Logger interface for providing logging functionality for I/O output (e.g. via System.out and System.err by default).