Uses of Class
org.refcodes.logger.LogPriority
-
-
Uses of LogPriority in org.refcodes.logger
Fields in org.refcodes.logger declared as LogPriority Modifier and Type Field Description static LogPriorityRuntimeLoggerImpl. DEFAULT_LOG_PRIORITYMethods in org.refcodes.logger that return LogPriority Modifier and Type Method Description LogPriorityLogPriorityColumn. fromStorageStrings(String[] aStringValues)LogPriorityLogPriorityAccessor. getLogPriority()Retrieves theLogPriorityfrom theLogPriorityAccessor.LogPriorityRuntimeLoggerImpl. getLogPriority()Retrieves theLogPriorityfrom theLogPriorityAccessor.LogPriorityRuntimeLoggerSingleton. getLogPriority()Retrieves theLogPriorityfrom theLogPriorityAccessor.default LogPriorityLogPriorityAccessor.LogPriorityProperty. letLogPriority(LogPriority aLogPriority)This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofLogPriorityAccessor.LogPriorityMutator.setLogPriority(LogPriority)and returns the very same value (getter).static LogPriorityLogPriority. toProprtiry(String aPriorityName)Determines the priority from the given name, ignoring the case.static LogPriorityLogPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static LogPriority[]LogPriority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.refcodes.logger with parameters of type LogPriority Modifier and Type Method Description protected voidRuntimeLoggerImpl. doLog(LogPriority aPriority, String aMessage, StackTraceElement aStackTraceElement, Throwable aThrowable)Helper method to log the required information.booleanRuntimeLogger. isLog(LogPriority aPriority)Determines whether theRuntimeLoggeris being configured to log messages of the accordingLogPriority.booleanRuntimeLoggerImpl. isLog(LogPriority aPriority)Determines whether theRuntimeLoggeris being configured to log messages of the accordingLogPriority.booleanRuntimeLoggerSingleton. isLog(LogPriority aPriority)Determines whether theRuntimeLoggeris being configured to log messages of the accordingLogPriority.default LogPriorityLogPriorityAccessor.LogPriorityProperty. letLogPriority(LogPriority aLogPriority)This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofLogPriorityAccessor.LogPriorityMutator.setLogPriority(LogPriority)and returns the very same value (getter).voidRuntimeLogger. log(LogPriority aPriority, String aMessage, Throwable aThrowable)Creates a new log message.voidRuntimeLogger. log(LogPriority aPriority, String aMessage, Throwable aThrowable, Object... aArguments)Creates a new log message.voidRuntimeLoggerImpl. log(LogPriority aPriority, String aMessage)Creates a new log message.voidRuntimeLoggerImpl. log(LogPriority aPriority, String aMessage, Object... aArguments)Creates a new log message.voidRuntimeLoggerImpl. log(LogPriority aPriority, String aMessage, Throwable aThrowable)Creates a new log message.voidRuntimeLoggerImpl. log(LogPriority aPriority, String aMessage, Throwable aThrowable, Object... aArguments)Creates a new log message.voidRuntimeLoggerSingleton. log(LogPriority aMarker, String aMessage)Creates a new log message.voidRuntimeLoggerSingleton. log(LogPriority aMarker, String aMessage, Object... aArguments)Creates a new log message.voidRuntimeLoggerSingleton. log(LogPriority aPriority, String aMessage, Throwable aThrowable)Creates a new log message.voidRuntimeLoggerSingleton. log(LogPriority aPriority, String aMessage, Throwable aThrowable, Object... aArguments)Creates a new log message.voidLogPriorityAccessor.LogPriorityMutator. setLogPriority(LogPriority aPriority)Sets theLogPriorityfor theLogPriorityAccessor.voidRuntimeLoggerImpl. setLogPriority(LogPriority aLogPriority)Sets theLogPriorityfor theLogPriorityAccessor.String[]LogPriorityColumn. toStorageStrings(LogPriority aValue)Constructors in org.refcodes.logger with parameters of type LogPriority Constructor Description RuntimeLoggerImpl(String aName, Logger<Object> aLogger, LogPriority aPriority)Constructs aRuntimeLoggerlogging with the givenLoggerand the desiredLogPriorityfor the messages being logged and upwards (from the givengetPriority()and higher).RuntimeLoggerImpl(Logger<Object> aLogger, LogPriority aPriority)Constructs aRuntimeLoggerlogging with the givenLoggerand the desiredLogPriorityfor the messages being logged and upwards (from the givengetPriority()and higher).
-