Skip navigation links
A C D E F G I L M N O P Q R S T U V W 

A

alert(String) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityALERT.
alert(String, Object...) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityALERT.
alert(String, Throwable) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityALERT.
alert(String, Throwable, Object...) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityALERT.
alert(String) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityALERT.
alert(String, Throwable) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityALERT.
alert(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityALERT.
alert(String, Throwable, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityALERT.
alert(String) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityALERT.
alert(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityALERT.
alert(String, Throwable) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityALERT.
alert(String, Throwable, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityALERT.

C

clearLogs(Collection<L>) - Static method in class org.refcodes.logger.LoggerUtility
Functionality to address multiple TrimLogger instances to clear the provided TrimLogger instances (multi-threaded).
clone() - Method in class org.refcodes.logger.LogPriorityColumnImpl
clone() - Method in class org.refcodes.logger.MethodNameColumnImpl
close() - Method in class org.refcodes.logger.CompositeLoggerImpl
close() - Method in class org.refcodes.logger.CompositeQueryLoggerImpl
close() - Method in class org.refcodes.logger.CompositeTrimLoggerImpl
close() - Method in class org.refcodes.logger.PartedLoggerImpl
close() - Method in class org.refcodes.logger.PartedQueryLoggerImpl
close() - Method in class org.refcodes.logger.PartedTrimLoggerImpl
ColumnLayout - Enum in org.refcodes.logger
Predefined layouts passed to logger implementation supporting ColumnLayout modes.
ColumnLayoutAccessor - Interface in org.refcodes.logger
Provides an accessor for a column layout property.
ColumnLayoutAccessor.ColumnLayoutBuilder<B extends ColumnLayoutAccessor.ColumnLayoutBuilder<B>> - Interface in org.refcodes.logger
Provides a builder method for a column layout property returning the builder for applying multiple build operations.
ColumnLayoutAccessor.ColumnLayoutMutator - Interface in org.refcodes.logger
Provides a mutator for a column layout property.
ColumnLayoutAccessor.ColumnLayoutProperty - Interface in org.refcodes.logger
Provides a column layout property.
CompositeLoggerFactoryImpl<T> - Class in org.refcodes.logger
Specialization and instantiateable (non abstract) implementation of the AbstractCompositeLoggerFactory creating composite Logger instances.
CompositeLoggerFactoryImpl(LoggerFactory<Logger<T>>, int) - Constructor for class org.refcodes.logger.CompositeLoggerFactoryImpl
Instantiates a new composite logger factory impl.
CompositeLoggerImpl<T> - Class in org.refcodes.logger
The CompositeLoggerImpl is a ready to use implementation of a composite Logger extending the AbstractCompositeLogger.
CompositeLoggerImpl(Logger<T>...) - Constructor for class org.refcodes.logger.CompositeLoggerImpl
Instantiates a new composite logger impl.
CompositeLoggerImpl(ExecutionStrategy, Logger<T>...) - Constructor for class org.refcodes.logger.CompositeLoggerImpl
Similar to the CompositeLoggerImpl.CompositeLoggerImpl(Logger...) with the additional option of determining the execution strategy of the state change request calls for the encapsulated Logger instances (as of CompositeComponent).
CompositeQueryLoggerFactoryImpl<T> - Class in org.refcodes.logger
Specialization and instantiateable (non abstract) implementation of the AbstractCompositeLoggerFactory creating composite QueryLogger instances.
CompositeQueryLoggerFactoryImpl(LoggerFactory<QueryLogger<T>>, int) - Constructor for class org.refcodes.logger.CompositeQueryLoggerFactoryImpl
Instantiates a new composite query logger factory impl.
CompositeQueryLoggerImpl<T> - Class in org.refcodes.logger
The CompositeQueryLoggerImpl is a ready to use implementation of a composite QueryLogger extending the AbstractCompositeQueryLogger.
CompositeQueryLoggerImpl(QueryLogger<T>...) - Constructor for class org.refcodes.logger.CompositeQueryLoggerImpl
Instantiates a new composite query logger impl.
CompositeQueryLoggerImpl(ExecutionStrategy, QueryLogger<T>...) - Constructor for class org.refcodes.logger.CompositeQueryLoggerImpl
Similar to the CompositeQueryLoggerImpl.CompositeQueryLoggerImpl(QueryLogger...) with the additional option of determining the execution strategy of the state change request calls for the encapsulated QueryLogger instances (as of CompositeComponent).
CompositeTrimLoggerFactoryImpl<T> - Class in org.refcodes.logger
Specialization and instantiateable (non abstract) implementation of the AbstractCompositeLoggerFactory creating composite TrimLogger instances.
CompositeTrimLoggerFactoryImpl(LoggerFactory<TrimLogger<T>>, int) - Constructor for class org.refcodes.logger.CompositeTrimLoggerFactoryImpl
Instantiates a new composite trim logger factory impl.
CompositeTrimLoggerImpl<T> - Class in org.refcodes.logger
The CompositeTrimLoggerImpl is a ready to use implementation of a composite TrimLogger extending the AbstractCompositeTrimLogger.
CompositeTrimLoggerImpl(TrimLogger<T>...) - Constructor for class org.refcodes.logger.CompositeTrimLoggerImpl
Instantiates a new composite trim logger impl.
CompositeTrimLoggerImpl(ExecutionStrategy, TrimLogger<T>...) - Constructor for class org.refcodes.logger.CompositeTrimLoggerImpl
Similar to the CompositeTrimLoggerImpl.CompositeTrimLoggerImpl(TrimLogger...) with the additional option of determining the execution strategy of the state change request calls for the encapsulated TrimLogger instances (as of CompositeComponent).
createCompositeLogger(Logger<T>[]) - Method in class org.refcodes.logger.CompositeLoggerFactoryImpl
To be implemented by sub-classes, this method creates a CompositeLoggerImpl (or its sub-classes) from the provided Logger instances (or its sub-types).
createCompositeLogger(QueryLogger<T>[]) - Method in class org.refcodes.logger.CompositeQueryLoggerFactoryImpl
To be implemented by sub-classes, this method creates a CompositeLoggerImpl (or its sub-classes) from the provided Logger instances (or its sub-types).
createCompositeLogger(TrimLogger<T>[]) - Method in class org.refcodes.logger.CompositeTrimLoggerFactoryImpl
To be implemented by sub-classes, this method creates a CompositeLoggerImpl (or its sub-classes) from the provided Logger instances (or its sub-types).
createInstance() - Method in class org.refcodes.logger.RuntimeLoggerFactoryImpl
createInstance(Map<String, String>) - Method in class org.refcodes.logger.RuntimeLoggerFactoryImpl
createInstance(String) - Method in class org.refcodes.logger.RuntimeLoggerFactoryImpl
createInstance(String, Map<String, String>) - Method in class org.refcodes.logger.RuntimeLoggerFactoryImpl
The provided identifier represents a level hierarchy as defined in the RuntimeLogger.RUNTIME_LOGGER_CONFIG XML file.
createRuntimeLogger() - Static method in class org.refcodes.logger.RuntimeLoggerFactorySingleton
Convenience method actually delegating the call to the instance returned by RuntimeLoggerFactorySingleton.getInstance().
createRuntimeLogger(Map<String, String>) - Static method in class org.refcodes.logger.RuntimeLoggerFactorySingleton
Convenience method actually delegating the call to the instance returned by RuntimeLoggerFactorySingleton.getInstance().
createRuntimeLogger(String) - Static method in class org.refcodes.logger.RuntimeLoggerFactorySingleton
Convenience method actually delegating the call to the instance returned by RuntimeLoggerFactorySingleton.getInstance().
createRuntimeLogger(String, Map<String, String>) - Method in class org.refcodes.logger.RuntimeLoggerFactorySingleton
Convenience method actually delegating the call to the instance returned by RuntimeLoggerFactorySingleton.getInstance().
critical(String) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityCRITICAL.
critical(String, Object...) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityCRITICAL.
critical(String, Throwable) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityCRITICAL.
critical(String, Throwable, Object...) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityCRITICAL.
critical(String) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityCRITICAL.
critical(String, Throwable) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityCRITICAL.
critical(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityCRITICAL.
critical(String, Throwable, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityCRITICAL.
critical(String) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityCRITICAL.
critical(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityCRITICAL.
critical(String, Throwable) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityCRITICAL.
critical(String, Throwable, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityCRITICAL.

D

debug(String) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityDEBUG.
debug(String, Object...) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityDEBUG.
debug(String) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityDEBUG.
debug(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityDEBUG.
debug(String) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityDEBUG.
debug(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityDEBUG.
decompose() - Method in class org.refcodes.logger.CompositeLoggerImpl
decompose() - Method in class org.refcodes.logger.CompositeQueryLoggerImpl
decompose() - Method in class org.refcodes.logger.CompositeTrimLoggerImpl
decompose() - Method in class org.refcodes.logger.PartedLoggerImpl
decompose() - Method in class org.refcodes.logger.PartedQueryLoggerImpl
decompose() - Method in class org.refcodes.logger.PartedTrimLoggerImpl
DEFAULT_LOG_PRIORITY - Static variable in class org.refcodes.logger.RuntimeLoggerImpl
 
deleteLogs(Criteria, Collection<L>) - Static method in class org.refcodes.logger.LoggerUtility
Functionality to query multiple TrimLogger instances with the same query to delete log lines from the provided TrimLogger instances (multi-threaded).
deleteLogs(Criteria) - Method in interface org.refcodes.logger.TrimLogger
Deletes logged Record instances according to the provided Criteria.
destroy() - Method in class org.refcodes.logger.CompositeLoggerImpl
destroy() - Method in class org.refcodes.logger.CompositeQueryLoggerImpl
destroy() - Method in class org.refcodes.logger.CompositeTrimLoggerImpl
destroy() - Method in class org.refcodes.logger.PartedLoggerImpl
destroy() - Method in class org.refcodes.logger.PartedQueryLoggerImpl
destroy() - Method in class org.refcodes.logger.PartedTrimLoggerImpl
dispose() - Method in class org.refcodes.logger.CompositeLoggerImpl
dispose() - Method in class org.refcodes.logger.CompositeQueryLoggerImpl
dispose() - Method in class org.refcodes.logger.CompositeTrimLoggerImpl
dispose() - Method in class org.refcodes.logger.PartedLoggerImpl
dispose() - Method in class org.refcodes.logger.PartedQueryLoggerImpl
dispose() - Method in class org.refcodes.logger.PartedTrimLoggerImpl
doLog(LogPriority, String, StackTraceElement, Throwable) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Helper method to log the required information.

E

error(String) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityERROR.
error(String, Object...) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityERROR.
error(String, Throwable) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityERROR.
error(String, Throwable, Object...) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityERROR.
error(String) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityERROR.
error(String, Throwable) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityERROR.
error(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityERROR.
error(String, Throwable, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityERROR.
error(String) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityERROR.
error(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityERROR.
error(String, Throwable) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityERROR.
error(String, Throwable, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityERROR.

F

findLogs(Criteria, Header<T>, int, Collection<L>, InvocationStrategy) - Static method in class org.refcodes.logger.LoggerUtility
Functionality to query multiple QueryLogger instances with the same query and returning a single composite Records instance containing all Record instances returned by the queried QueryLogger instances (multi-threaded).
findLogs() - Method in interface org.refcodes.logger.QueryLogger
Retrieves all available Record instances being logged.
findLogs(int) - Method in interface org.refcodes.logger.QueryLogger
Retrieves all available Record instances being logged matching the given criteria and restrictions.
findLogs(Header<T>, int) - Method in interface org.refcodes.logger.QueryLogger
Retrieves all available Record instances being logged matching the given criteria and restrictions.
findLogs(Criteria) - Method in interface org.refcodes.logger.QueryLogger
Retrieves all available Record instances being logged matching the given criteria and restrictions.
findLogs(Criteria, int) - Method in interface org.refcodes.logger.QueryLogger
Retrieves all available Record instances being logged matching the given criteria and restrictions.
findLogs(Criteria, Header<T>) - Method in interface org.refcodes.logger.QueryLogger
Retrieves all available Record instances being logged matching the given criteria and restrictions.
findLogs(Criteria, Header<T>, int) - Method in interface org.refcodes.logger.QueryLogger
Retrieves all available Record instances being logged matching the given criteria and restrictions.
flush() - Method in class org.refcodes.logger.CompositeLoggerImpl
flush() - Method in class org.refcodes.logger.CompositeQueryLoggerImpl
flush() - Method in class org.refcodes.logger.CompositeTrimLoggerImpl
flush() - Method in class org.refcodes.logger.PartedLoggerImpl
flush() - Method in class org.refcodes.logger.PartedQueryLoggerImpl
flush() - Method in class org.refcodes.logger.PartedTrimLoggerImpl
fromConfigurationFile(String, String) - Static method in class org.refcodes.logger.RuntimeLoggerUtility
Instantiates a RuntimeLogger from the referenced configuration file (usually "runtimelogger-config.xml") which's declaration is identified in the configuration XML structure at the given element path.
fromKey(String) - Static method in enum org.refcodes.logger.LoggerField
Gets a predefined column by key (name).
fromStorageStrings(String[]) - Method in class org.refcodes.logger.LogPriorityColumnImpl
fromStorageStrings(String[]) - Method in class org.refcodes.logger.MethodNameColumnImpl

G

getCallerStackTraceElement() - Static method in class org.refcodes.logger.RuntimeLoggerImpl
Returns the stack trace element belonging to the caller of the caller of this method.
getColumn() - Method in enum org.refcodes.logger.LoggerField
getColumnLayout() - Method in interface org.refcodes.logger.ColumnLayoutAccessor
Retrieves the column layout from the column layout property.
getInstance() - Static method in class org.refcodes.logger.RuntimeLoggerFactorySingleton
Returns the singleton's instance as fabricated by this RuntimeLoggerFactorySingleton.
getInstance() - Static method in class org.refcodes.logger.RuntimeLoggerSingleton
Returns the singleton's instance as fabricated by this RuntimeLoggerSingleton.
getKey() - Method in enum org.refcodes.logger.LoggerField
getLogger() - Method in interface org.refcodes.logger.LoggerAccessor
Retrieves the logger from the logger property.
getLogLevel() - Method in enum org.refcodes.logger.LogPriority
The Log-Level is the String representation of the LogPriority, as required by the RuntimeLoggerImpl.setLogLevel(String).
getLogPriority() - Method in interface org.refcodes.logger.LogPriorityAccessor
Retrieves the LogPriority from the LogPriorityAccessor.
getLogPriority() - Method in class org.refcodes.logger.RuntimeLoggerImpl
Retrieves the LogPriority from the LogPriorityAccessor.
getLogPriority() - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Retrieves the LogPriority from the LogPriorityAccessor.
getName() - Method in class org.refcodes.logger.RuntimeLoggerImpl
getName() - Method in class org.refcodes.logger.RuntimeLoggerSingleton
getPriority() - Method in enum org.refcodes.logger.LogPriority
Returns the severity of the log priority.
getRuntimeLogger() - Method in interface org.refcodes.logger.RuntimeLoggerAccessor
Retrieves the logger from the logger property.
getSchemaName(String, int) - Static method in class org.refcodes.logger.LoggerUtility
Required to create a schema name for a Logger being part of a composite Logger (or its sub-types) and which is being created by a LoggerFactory.
getSchemaName(String, String) - Static method in class org.refcodes.logger.LoggerUtility
Required to create a schema name for a Logger being part of a parted Logger (or its sub-types) and which is being created by a LoggerFactory.
getType() - Method in enum org.refcodes.logger.LoggerField

I

IllegalRecordRuntimeException - Exception in org.refcodes.logger
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.
IllegalRecordRuntimeException(Record<?>, String, String) - Constructor for exception org.refcodes.logger.IllegalRecordRuntimeException
Instantiates a new illegal record runtime exception.
IllegalRecordRuntimeException(Record<?>, String, Throwable, String) - Constructor for exception org.refcodes.logger.IllegalRecordRuntimeException
Instantiates a new illegal record runtime exception.
IllegalRecordRuntimeException(Record<?>, String, Throwable) - Constructor for exception org.refcodes.logger.IllegalRecordRuntimeException
Instantiates a new illegal record runtime exception.
IllegalRecordRuntimeException(Record<?>, String) - Constructor for exception org.refcodes.logger.IllegalRecordRuntimeException
Instantiates a new illegal record runtime exception.
IllegalRecordRuntimeException(Record<?>, Throwable, String) - Constructor for exception org.refcodes.logger.IllegalRecordRuntimeException
Instantiates a new illegal record runtime exception.
IllegalRecordRuntimeException(Record<?>, Throwable) - Constructor for exception org.refcodes.logger.IllegalRecordRuntimeException
Instantiates a new illegal record runtime exception.
info(String) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityINFO.
info(String, Object...) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityINFO.
info(String) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityINFO.
info(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityINFO.
info(String) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityINFO.
info(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityINFO.
initialize() - Method in class org.refcodes.logger.CompositeLoggerImpl
initialize() - Method in class org.refcodes.logger.CompositeQueryLoggerImpl
initialize() - Method in class org.refcodes.logger.CompositeTrimLoggerImpl
initialize() - Method in class org.refcodes.logger.PartedLoggerImpl
initialize() - Method in class org.refcodes.logger.PartedQueryLoggerImpl
initialize() - Method in class org.refcodes.logger.PartedTrimLoggerImpl
isLog(LogPriority) - Method in interface org.refcodes.logger.RuntimeLogger
Determines whether the RuntimeLogger is being configured to log messages of the according LogPriority.
isLog(LogPriority) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Determines whether the RuntimeLogger is being configured to log messages of the according LogPriority.
isLog(LogPriority) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Determines whether the RuntimeLogger is being configured to log messages of the according LogPriority.
isLogAlert() - Method in interface org.refcodes.logger.RuntimeLogger
Determines whether the RuntimeLogger is being configured to log fatal messages (ALERT).
isLogAlert() - Method in class org.refcodes.logger.RuntimeLoggerImpl
Determines whether the RuntimeLogger is being configured to log fatal messages (ALERT).
isLogAlert() - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Determines whether the RuntimeLogger is being configured to log fatal messages (ALERT).
isLogCritical() - Method in interface org.refcodes.logger.RuntimeLogger
Determines whether the RuntimeLogger is being configured to log fatal messages (CRITICAL).
isLogCritical() - Method in class org.refcodes.logger.RuntimeLoggerImpl
Determines whether the RuntimeLogger is being configured to log fatal messages (CRITICAL).
isLogCritical() - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Determines whether the RuntimeLogger is being configured to log fatal messages (CRITICAL).
isLogDebug() - Method in interface org.refcodes.logger.RuntimeLogger
Determines whether the RuntimeLogger is being configured to log debug messages (DEBUG).
isLogDebug() - Method in class org.refcodes.logger.RuntimeLoggerImpl
Determines whether the RuntimeLogger is being configured to log debug messages (DEBUG).
isLogDebug() - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Determines whether the RuntimeLogger is being configured to log debug messages (DEBUG).
isLogError() - Method in interface org.refcodes.logger.RuntimeLogger
Determines whether the RuntimeLogger is being configured to log errors (ERROR).
isLogError() - Method in class org.refcodes.logger.RuntimeLoggerImpl
Determines whether the RuntimeLogger is being configured to log errors (ERROR).
isLogError() - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Determines whether the RuntimeLogger is being configured to log errors (ERROR).
isLogInfo() - Method in interface org.refcodes.logger.RuntimeLogger
Determines whether the RuntimeLogger is being configured to log infos (INFO).
isLogInfo() - Method in class org.refcodes.logger.RuntimeLoggerImpl
Determines whether the RuntimeLogger is being configured to log infos (INFO).
isLogInfo() - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Determines whether the RuntimeLogger is being configured to log infos (INFO).
isLogNotice() - Method in interface org.refcodes.logger.RuntimeLogger
Determines whether the RuntimeLogger is being configured to log notices (NOTICE).
isLogNotice() - Method in class org.refcodes.logger.RuntimeLoggerImpl
Determines whether the RuntimeLogger is being configured to log notices (NOTICE).
isLogNotice() - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Determines whether the RuntimeLogger is being configured to log notices (NOTICE).
isLogPanic() - Method in interface org.refcodes.logger.RuntimeLogger
Determines whether the RuntimeLogger is being configured to log fatal messages (PANIC).
isLogPanic() - Method in class org.refcodes.logger.RuntimeLoggerImpl
Determines whether the RuntimeLogger is being configured to log fatal messages (PANIC).
isLogPanic() - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Determines whether the RuntimeLogger is being configured to log fatal messages (PANIC).
isLogTrace() - Method in interface org.refcodes.logger.RuntimeLogger
Determines whether the RuntimeLogger is being configured to log comments (TRACE).
isLogTrace() - Method in class org.refcodes.logger.RuntimeLoggerImpl
Determines whether the RuntimeLogger is being configured to log comments (TRACE).
isLogTrace() - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Determines whether the RuntimeLogger is being configured to log comments (TRACE).
isLogWarn() - Method in interface org.refcodes.logger.RuntimeLogger
Determines whether the RuntimeLogger is being configured to log warnings (WARN).
isLogWarn() - Method in class org.refcodes.logger.RuntimeLoggerImpl
Determines whether the RuntimeLogger is being configured to log warnings (WARN).
isLogWarn() - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Determines whether the RuntimeLogger is being configured to log warnings (WARN).

L

log(Record<? extends T>) - Method in interface org.refcodes.logger.Logger
Logs a Record.
log(M, String) - Method in interface org.refcodes.logger.MessageLogger
Creates a new log message.
log(M, String, Object...) - Method in interface org.refcodes.logger.MessageLogger
Creates a new log message.
log(LogPriority, String, Throwable) - Method in interface org.refcodes.logger.RuntimeLogger
Creates a new log message.
log(LogPriority, String, Throwable, Object...) - Method in interface org.refcodes.logger.RuntimeLogger
Creates a new log message.
log(LogPriority, String) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Creates a new log message.
log(LogPriority, String, Throwable) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Creates a new log message.
log(LogPriority, String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Creates a new log message.
log(LogPriority, String, Throwable, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Creates a new log message.
log(LogPriority, String) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Creates a new log message.
log(LogPriority, String, Throwable) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Creates a new log message.
log(LogPriority, String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Creates a new log message.
log(LogPriority, String, Throwable, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Creates a new log message.
log(Record<? extends Object>) - Method in class org.refcodes.logger.SystemLoggerImpl
Logs a Record.
Logger<T> - Interface in org.refcodes.logger
The Logger interface defines those methods required for an atomic (sub-)logger to implement.
LoggerAccessor<L extends Logger<?>> - Interface in org.refcodes.logger
Provides an accessor for a Logger property.
LoggerAccessor.LoggerMutator<L extends Logger<?>> - Interface in org.refcodes.logger
Provides a mutator for a Logger property.
LoggerAccessor.LoggerProperty<L extends Logger<?>> - Interface in org.refcodes.logger
Provides a Logger property.
LoggerFactory<L extends Logger<?>> - Interface in org.refcodes.logger
A LoggerFactory defines the methods required to factor Logger instances.
LoggerField - Enum in org.refcodes.logger
Defines default logger Header.
LoggerInstantiationRuntimeException - Exception in org.refcodes.logger
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).
LoggerInstantiationRuntimeException(String, String) - Constructor for exception org.refcodes.logger.LoggerInstantiationRuntimeException
Instantiates a new logger instantiation runtime exception.
LoggerInstantiationRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.logger.LoggerInstantiationRuntimeException
Instantiates a new logger instantiation runtime exception.
LoggerInstantiationRuntimeException(String, Throwable) - Constructor for exception org.refcodes.logger.LoggerInstantiationRuntimeException
Instantiates a new logger instantiation runtime exception.
LoggerInstantiationRuntimeException(String) - Constructor for exception org.refcodes.logger.LoggerInstantiationRuntimeException
Instantiates a new logger instantiation runtime exception.
LoggerInstantiationRuntimeException(Throwable, String) - Constructor for exception org.refcodes.logger.LoggerInstantiationRuntimeException
Instantiates a new logger instantiation runtime exception.
LoggerInstantiationRuntimeException(Throwable) - Constructor for exception org.refcodes.logger.LoggerInstantiationRuntimeException
Instantiates a new logger instantiation runtime exception.
LoggerRuntimeException - Exception in org.refcodes.logger
The Class LoggerRuntimeException.
LoggerRuntimeException(String, String) - Constructor for exception org.refcodes.logger.LoggerRuntimeException
Instantiates a new logger runtime exception.
LoggerRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.logger.LoggerRuntimeException
Instantiates a new logger runtime exception.
LoggerRuntimeException(String, Throwable) - Constructor for exception org.refcodes.logger.LoggerRuntimeException
Instantiates a new logger runtime exception.
LoggerRuntimeException(String) - Constructor for exception org.refcodes.logger.LoggerRuntimeException
Instantiates a new logger runtime exception.
LoggerRuntimeException(Throwable, String) - Constructor for exception org.refcodes.logger.LoggerRuntimeException
Instantiates a new logger runtime exception.
LoggerRuntimeException(Throwable) - Constructor for exception org.refcodes.logger.LoggerRuntimeException
Instantiates a new logger runtime exception.
LoggerUtility - Class in org.refcodes.logger
The Class LoggerUtility.
LogPriority - Enum in org.refcodes.logger
This enumeration defines the various log priorities to be used by the application logger.
LogPriorityAccessor - Interface in org.refcodes.logger
Provides an accessor for a LogPriority property.
LogPriorityAccessor.LogPriorityMutator - Interface in org.refcodes.logger
Provides a mutator for a LogPriority property.
LogPriorityAccessor.LogPriorityProperty - Interface in org.refcodes.logger
Provides a LogPriority property.
LogPriorityColumnImpl - Class in org.refcodes.logger
Implementation of a Column interface for working with LogPriority instances, being Cloneable.
LogPriorityColumnImpl(String) - Constructor for class org.refcodes.logger.LogPriorityColumnImpl
Creates a LogPriorityColumnImpl managing String instances.

M

MessageLogger<M> - Interface in org.refcodes.logger
The message logger is the generic version of the RuntimeLogger.
MethodNameColumnImpl - Class in org.refcodes.logger
Implementation of a Column for working with String instances with the semantics of a method name, being Cloneable.
MethodNameColumnImpl(String) - Constructor for class org.refcodes.logger.MethodNameColumnImpl
Creates a MethodNameColumnImpl managing String instances.

N

notice(String) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityNOTICE.
notice(String, Object...) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityNOTICE.
notice(String) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityNOTICE.
notice(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityNOTICE.
notice(String) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityNOTICE.
notice(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityNOTICE.

O

open() - Method in class org.refcodes.logger.CompositeLoggerImpl
open() - Method in class org.refcodes.logger.CompositeQueryLoggerImpl
open() - Method in class org.refcodes.logger.CompositeTrimLoggerImpl
open() - Method in class org.refcodes.logger.PartedLoggerImpl
open() - Method in class org.refcodes.logger.PartedQueryLoggerImpl
open() - Method in class org.refcodes.logger.PartedTrimLoggerImpl
org.refcodes.logger - package 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).

P

panic(String) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityPANIC.
panic(String, Object...) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityPANIC.
panic(String, Throwable) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityPANIC.
panic(String, Throwable, Object...) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityPANIC.
panic(String) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityPANIC.
panic(String, Throwable) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityPANIC.
panic(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityPANIC.
panic(String, Throwable, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityPANIC.
panic(String) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityPANIC.
panic(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityPANIC.
panic(String, Throwable) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityPANIC.
panic(String, Throwable, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityPANIC.
PartedLoggerImpl<T,P extends T> - Class in org.refcodes.logger
The PartedLoggerImpl is a ready to use implementation of a parted Logger extending the AbstractPartedLogger.
PartedLoggerImpl(Column<P>, LoggerFactory<Logger<T>>, boolean) - Constructor for class org.refcodes.logger.PartedLoggerImpl
Instantiates a new parted logger impl.
PartedLoggerImpl(Column<P>, String, LoggerFactory<Logger<T>>, boolean) - Constructor for class org.refcodes.logger.PartedLoggerImpl
Instantiates a new parted logger impl.
PartedLoggerImpl(ExecutionStrategy, Column<P>, LoggerFactory<Logger<T>>, boolean) - Constructor for class org.refcodes.logger.PartedLoggerImpl
Similar to the PartedLoggerImpl.PartedLoggerImpl(Column, LoggerFactory, boolean) with the additional option of determining the execution strategy of the state change request calls for the encapsulated Logger instances (as of CompositeComponent).
PartedLoggerImpl(ExecutionStrategy, Column<P>, String, LoggerFactory<Logger<T>>, boolean) - Constructor for class org.refcodes.logger.PartedLoggerImpl
Similar to the PartedLoggerImpl.PartedLoggerImpl(Column, LoggerFactory, boolean) with the additional option of determining the execution strategy of the state change request calls for the encapsulated Logger instances (as of CompositeComponent).
PartedQueryLoggerImpl<T,P extends T> - Class in org.refcodes.logger
The PartedQueryLoggerImpl is a ready to use implementation of a parted QueryLogger extending the AbstractPartedQueryLogger.
PartedQueryLoggerImpl(Column<P>, LoggerFactory<QueryLogger<T>>, boolean) - Constructor for class org.refcodes.logger.PartedQueryLoggerImpl
Instantiates a new parted query logger impl.
PartedQueryLoggerImpl(Column<P>, String, LoggerFactory<QueryLogger<T>>, boolean) - Constructor for class org.refcodes.logger.PartedQueryLoggerImpl
Instantiates a new parted query logger impl.
PartedQueryLoggerImpl(ExecutionStrategy, Column<P>, LoggerFactory<QueryLogger<T>>, boolean) - Constructor for class org.refcodes.logger.PartedQueryLoggerImpl
Similar to the PartedQueryLoggerImpl.PartedQueryLoggerImpl(Column, LoggerFactory, boolean) with the additional option of determining the execution strategy of the state change request calls for the encapsulated QueryLogger instances (as of CompositeComponent).
PartedQueryLoggerImpl(ExecutionStrategy, Column<P>, String, LoggerFactory<QueryLogger<T>>, boolean) - Constructor for class org.refcodes.logger.PartedQueryLoggerImpl
Similar to the PartedQueryLoggerImpl.PartedQueryLoggerImpl(Column, LoggerFactory, boolean) with the additional option of determining the execution strategy of the state change request calls for the encapsulated QueryLogger instances (as of CompositeComponent).
PartedTrimLoggerImpl<T,P extends T> - Class in org.refcodes.logger
The PartedTrimLoggerImpl is a ready to use implementation of a parted TrimLogger extending the AbstractPartedTrimLogger.
PartedTrimLoggerImpl(Column<P>, LoggerFactory<TrimLogger<T>>, boolean) - Constructor for class org.refcodes.logger.PartedTrimLoggerImpl
Instantiates a new parted trim logger impl.
PartedTrimLoggerImpl(Column<P>, String, LoggerFactory<TrimLogger<T>>, boolean) - Constructor for class org.refcodes.logger.PartedTrimLoggerImpl
Instantiates a new parted trim logger impl.
PartedTrimLoggerImpl(ExecutionStrategy, Column<P>, LoggerFactory<TrimLogger<T>>, boolean) - Constructor for class org.refcodes.logger.PartedTrimLoggerImpl
Similar to the PartedTrimLoggerImpl.PartedTrimLoggerImpl(Column, LoggerFactory, boolean) constructor with the additional option of determining the execution strategy of the state change request calls for the encapsulated TrimLogger instances (as of CompositeComponent).
PartedTrimLoggerImpl(ExecutionStrategy, Column<P>, String, LoggerFactory<TrimLogger<T>>, boolean) - Constructor for class org.refcodes.logger.PartedTrimLoggerImpl
Similar to the PartedTrimLoggerImpl.PartedTrimLoggerImpl(Column, LoggerFactory, boolean) constructor with the additional option of determining the execution strategy of the state change request calls for the encapsulated TrimLogger instances (as of CompositeComponent).
pause() - Method in class org.refcodes.logger.CompositeLoggerImpl
pause() - Method in class org.refcodes.logger.CompositeQueryLoggerImpl
pause() - Method in class org.refcodes.logger.CompositeTrimLoggerImpl
pause() - Method in class org.refcodes.logger.PartedLoggerImpl
pause() - Method in class org.refcodes.logger.PartedQueryLoggerImpl
pause() - Method in class org.refcodes.logger.PartedTrimLoggerImpl
printSeparator() - Method in interface org.refcodes.logger.Logger
Prints a separator line in case the underlying Logger supports the such.
printSeparator() - Method in interface org.refcodes.logger.RuntimeLogger
Prints a separator line in case the underlying Logger supports the such.
printSeparator() - Method in class org.refcodes.logger.RuntimeLoggerImpl
Prints a separator line in case the underlying Logger supports the such.

Q

QueryLogger<T> - Interface in org.refcodes.logger
The QueryLogger extends the Logger; providing additional functionality for querying once logged data Records by specifying query Criteria or other query restrictions.

R

reset() - Method in class org.refcodes.logger.CompositeLoggerImpl
reset() - Method in class org.refcodes.logger.CompositeQueryLoggerImpl
reset() - Method in class org.refcodes.logger.CompositeTrimLoggerImpl
reset() - Method in class org.refcodes.logger.PartedLoggerImpl
reset() - Method in class org.refcodes.logger.PartedQueryLoggerImpl
reset() - Method in class org.refcodes.logger.PartedTrimLoggerImpl
resume() - Method in class org.refcodes.logger.CompositeLoggerImpl
resume() - Method in class org.refcodes.logger.CompositeQueryLoggerImpl
resume() - Method in class org.refcodes.logger.CompositeTrimLoggerImpl
resume() - Method in class org.refcodes.logger.PartedLoggerImpl
resume() - Method in class org.refcodes.logger.PartedQueryLoggerImpl
resume() - Method in class org.refcodes.logger.PartedTrimLoggerImpl
ROOT_LOGGER_ELEMENT_PATH - Static variable in interface org.refcodes.logger.RuntimeLogger
The root logger is identified by this XML element path.
ROOT_LOGGER_NAME - Static variable in class org.refcodes.logger.RuntimeLoggerImpl
 
RUNTIME_LOGGER_CONFIG - Static variable in interface org.refcodes.logger.RuntimeLogger
The filename of the file on the classpath containing the spring config for the runtime logger.
RuntimeLogger - Interface in org.refcodes.logger
Plain simple interface for logging out runtime information generated by software systems.
RuntimeLoggerAccessor - Interface in org.refcodes.logger
Provides an accessor for a RuntimeLogger property.
RuntimeLoggerAccessor.RuntimeLoggerMutator - Interface in org.refcodes.logger
Provides a mutator for a RuntimeLogger property.
RuntimeLoggerAccessor.RuntimeLoggerProperty - Interface in org.refcodes.logger
Provides a RuntimeLogger property.
RuntimeLoggerFactory - Interface in org.refcodes.logger
A RuntimeLoggerFactory defines the methods required to factor RuntimeLogger instances.
RuntimeLoggerFactoryImpl - Class in org.refcodes.logger
You configure your RuntimeLoggerFactoryImpl by providing a "runtimelogger-config.xml" file in one of those locations relative to your main class's location: .
RuntimeLoggerFactoryImpl() - Constructor for class org.refcodes.logger.RuntimeLoggerFactoryImpl
Instantiates a new runtime logger factory impl.
RuntimeLoggerFactorySingleton - Class in org.refcodes.logger
The singleton of the RuntimeLoggerFactoryImpl for easy RuntimeLogger creation.
RuntimeLoggerFactorySingleton() - Constructor for class org.refcodes.logger.RuntimeLoggerFactorySingleton
Instantiates a new runtime logger factory singleton.
RuntimeLoggerHeaderImpl - Class in org.refcodes.logger
The Class RuntimeLoggerHeaderImpl.
RuntimeLoggerHeaderImpl() - Constructor for class org.refcodes.logger.RuntimeLoggerHeaderImpl
Instantiates a new runtime logger header impl.
RuntimeLoggerHeaderImpl(PrintStackTrace) - Constructor for class org.refcodes.logger.RuntimeLoggerHeaderImpl
Instantiates a new runtime logger header impl.
RuntimeLoggerImpl - Class in org.refcodes.logger
The default implementation of the RuntimeLogger interface to be configured with a (back-end) Logger.
RuntimeLoggerImpl(String, Logger<Object>, LogPriority) - Constructor for class org.refcodes.logger.RuntimeLoggerImpl
Constructs a RuntimeLogger logging with the given Logger and the desired LogPriority for the messages being logged and upwards (from the given getPriority() and higher).
RuntimeLoggerImpl(String, Logger<Object>) - Constructor for class org.refcodes.logger.RuntimeLoggerImpl
Constructs a RuntimeLogger logging with the given Logger and the desired LogPriority for the messages being logged and upwards (from the given getPriority() and higher).
RuntimeLoggerImpl(Logger<Object>, LogPriority) - Constructor for class org.refcodes.logger.RuntimeLoggerImpl
Constructs a RuntimeLogger logging with the given Logger and the desired LogPriority for the messages being logged and upwards (from the given getPriority() and higher).
RuntimeLoggerImpl(Logger<Object>) - Constructor for class org.refcodes.logger.RuntimeLoggerImpl
Constructs a RuntimeLogger logging with the given Logger and the desired LogPriority for the messages being logged and upwards (from the given getPriority() and higher).
RuntimeLoggerImpl() - Constructor for class org.refcodes.logger.RuntimeLoggerImpl
Constructs a RuntimeLogger logging with the given Logger and the desired LogPriority for the messages being logged and upwards (from the given getPriority() and higher).
RuntimeLoggerSingleton - Class in org.refcodes.logger
This RuntimeLoggerSingleton provides a RuntimeLogger singleton configured by a "runtimelogger-config.xml" file find in one of the several locations relative to your application's base directory: The applications base directory (where your JAR or your classes reside) is taken and a list of directories (as defined in the Folders.CONFIG_DIRS) relative to this base directory is generated : The actual directories being looked at (in case them exist) are as follows, relative to your applications base directory: ..
RuntimeLoggerSingleton(RuntimeLogger) - Constructor for class org.refcodes.logger.RuntimeLoggerSingleton
Instantiates a new runtime logger singleton.
RuntimeLoggerUtility - Class in org.refcodes.logger
Useful methods regarding the RuntimeLogger type.
RuntimeLoggerUtility() - Constructor for class org.refcodes.logger.RuntimeLoggerUtility
 

S

setColumnLayout(ColumnLayout) - Method in interface org.refcodes.logger.ColumnLayoutAccessor.ColumnLayoutMutator
Sets the column layout for the column layout property.
setLogger(L) - Method in interface org.refcodes.logger.LoggerAccessor.LoggerMutator
Sets the logger for the logger property.
setLogger(Logger<Object>) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Sets the logger for the logger property.
setLogLevel(String) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Similar to RuntimeLoggerImpl.setLogPriority(LogPriority) with the difference, that a String is passed instead of a LogPriority element.
setLogPriority(LogPriority) - Method in interface org.refcodes.logger.LogPriorityAccessor.LogPriorityMutator
setLogPriority(LogPriority) - Method in class org.refcodes.logger.RuntimeLoggerImpl
setName(String) - Method in class org.refcodes.logger.RuntimeLoggerImpl
setPrintStackTrace(PrintStackTrace) - Method in class org.refcodes.logger.RuntimeLoggerHeaderImpl
Sets the prints the stack trace.
setRuntimeLogger(RuntimeLogger) - Method in interface org.refcodes.logger.RuntimeLoggerAccessor.RuntimeLoggerMutator
Sets the logger for the logger property.
start() - Method in class org.refcodes.logger.CompositeLoggerImpl
start() - Method in class org.refcodes.logger.CompositeQueryLoggerImpl
start() - Method in class org.refcodes.logger.CompositeTrimLoggerImpl
start() - Method in class org.refcodes.logger.PartedLoggerImpl
start() - Method in class org.refcodes.logger.PartedQueryLoggerImpl
start() - Method in class org.refcodes.logger.PartedTrimLoggerImpl
stop() - Method in class org.refcodes.logger.CompositeLoggerImpl
stop() - Method in class org.refcodes.logger.CompositeQueryLoggerImpl
stop() - Method in class org.refcodes.logger.CompositeTrimLoggerImpl
stop() - Method in class org.refcodes.logger.PartedLoggerImpl
stop() - Method in class org.refcodes.logger.PartedQueryLoggerImpl
stop() - Method in class org.refcodes.logger.PartedTrimLoggerImpl
SystemLoggerImpl - Class in org.refcodes.logger
Very plain implementation of the logger interface, mainly used as fallback Logger.
SystemLoggerImpl() - Constructor for class org.refcodes.logger.SystemLoggerImpl
 

T

toColumnLayout(String) - Static method in enum org.refcodes.logger.ColumnLayout
Case insensitive convenience method for converting a String to an according enumeration.
toExceptionLoggerField(PrintStackTrace) - Static method in enum org.refcodes.logger.LoggerField
To exception logger field.
toPrintable(String) - Method in class org.refcodes.logger.MethodNameColumnImpl
toStorageStrings(LogPriority) - Method in class org.refcodes.logger.LogPriorityColumnImpl
toStorageStrings(String) - Method in class org.refcodes.logger.MethodNameColumnImpl
trace(String) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityTRACE.
trace(String, Object...) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityTRACE.
trace(String) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityTRACE.
trace(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityTRACE.
trace(String) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityTRACE.
trace(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityTRACE.
TrimLogger<T> - Interface in org.refcodes.logger
The TrimLogger extends the QueryLogger with the functionality to remove Record instances previously being logged by providing the according Criteria.

U

UnexpectedLogRuntimeException - Exception in org.refcodes.logger
Thrown in case some other problems regarding logging occurred, e.g. the data sink (physical system where to log to) experiences problems.
UnexpectedLogRuntimeException(Record<?>, String, String) - Constructor for exception org.refcodes.logger.UnexpectedLogRuntimeException
Instantiates a new unexpected log runtime exception.
UnexpectedLogRuntimeException(Record<?>, String, Throwable, String) - Constructor for exception org.refcodes.logger.UnexpectedLogRuntimeException
Instantiates a new unexpected log runtime exception.
UnexpectedLogRuntimeException(Record<?>, String, Throwable) - Constructor for exception org.refcodes.logger.UnexpectedLogRuntimeException
Instantiates a new unexpected log runtime exception.
UnexpectedLogRuntimeException(Record<?>, String) - Constructor for exception org.refcodes.logger.UnexpectedLogRuntimeException
Instantiates a new unexpected log runtime exception.
UnexpectedLogRuntimeException(Record<?>, Throwable, String) - Constructor for exception org.refcodes.logger.UnexpectedLogRuntimeException
Instantiates a new unexpected log runtime exception.
UnexpectedLogRuntimeException(Record<?>, Throwable) - Constructor for exception org.refcodes.logger.UnexpectedLogRuntimeException
Instantiates a new unexpected log runtime exception.

V

valueOf(String) - Static method in enum org.refcodes.logger.ColumnLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.logger.LoggerField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.logger.LogPriority
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.refcodes.logger.ColumnLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.logger.LoggerField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.logger.LogPriority
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityWARN.
warn(String, Object...) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityWARN.
warn(String, Throwable) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityWARN.
warn(String, Throwable, Object...) - Method in interface org.refcodes.logger.RuntimeLogger
Logs a log message with log priorityWARN.
warn(String) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityWARN.
warn(String, Throwable) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityWARN.
warn(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityWARN.
warn(String, Throwable, Object...) - Method in class org.refcodes.logger.RuntimeLoggerImpl
Logs a log message with log priorityWARN.
warn(String) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityWARN.
warn(String, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityWARN.
warn(String, Throwable) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityWARN.
warn(String, Throwable, Object...) - Method in class org.refcodes.logger.RuntimeLoggerSingleton
Logs a log message with log priorityWARN.
withColumnLayout(ColumnLayout) - Method in interface org.refcodes.logger.ColumnLayoutAccessor.ColumnLayoutBuilder
Sets the column layout for the column layout property.
A C D E F G I L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.