Package org.refcodes.logger


package org.refcodes.logger
This artifact provides flexible logging of any data to any data sink (including files, databases or the console). It supports straight forward, composite (clustering) or partitioning functionality provided by different implementations of the Logger type. The RuntimeLogger type harnesses the Logger type for logging your runtime log messages and integrates with SLF4J seamlessly (and may also act as an alternative datasink to log to when using SLF4J).

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.