Package | Description |
---|---|
org.refcodes.logger |
The "refcodes-logger" artifact provides the refcodes logging framework for
flexible logging of any data to any data sink (inclucing files, databases or
the console provided as alternate implementations).
|
Modifier and Type | Class and Description |
---|---|
class |
IllegalRecordRuntimeException
Thrown in case the record cannot be logged as a specific implementation might
expect some dedicated
Column instances to be contained in the
provided Record. |
class |
LoggerInstantiationRuntimeException
Thrown in case instantiating a
Logger (RuntimeLogger ) failed,
e.g. the RuntimeLoggerSingleton tries to construct a
RuntimeLogger from a bean configuration file (or a
SpringRuntimeLoggerSingleton tries to construct a RuntimeLogger from
a bean configuration context file) and fails doing so (due to missing or
"wrong" configuration file). |
class |
UnexpectedLogRuntimeException
Thrown in case some other problems regarding logging occurred, e.g. the data
sink (physical system where to log to) experiences problems.
|
Copyright © 2016. All rights reserved.