Uses of Class
org.refcodes.logger.LoggerRuntimeException
-
-
Uses of LoggerRuntimeException in org.refcodes.logger
Subclasses of LoggerRuntimeException in org.refcodes.logger Modifier and Type Class Description classIllegalRecordRuntimeExceptionThrown in case the record cannot be logged as a specific implementation might expect some dedicatedColumninstances to be contained in the provided Record.classLoggerInstantiationRuntimeExceptionThrown in case instantiating aLogger(RuntimeLogger) failed, e.g. theRuntimeLoggerSingletontries to construct aRuntimeLoggerfrom a bean configuration file (or a SpringRuntimeLoggerSingleton tries to construct aRuntimeLoggerfrom a bean configuration context file) and fails doing so (due to missing or "wrong" configuration file).classUnexpectedLogRuntimeExceptionThrown in case some other problems regarding logging occurred, e.g. the data sink (physical system where to log to) experiences problems.
-