Uses of Enum
com.chrisnewland.freelogj.Logger.LogLevel
-
Uses of Logger.LogLevel in com.chrisnewland.freelogj
Subclasses with type arguments of type Logger.LogLevel in com.chrisnewland.freelogjFields in com.chrisnewland.freelogj declared as Logger.LogLevelModifier and TypeFieldDescriptionprivate final Logger.LogLevelLogger.logLevelprivate static Logger.LogLevelLoggerFactory.logLevelMethods in com.chrisnewland.freelogj that return Logger.LogLevelModifier and TypeMethodDescriptionstatic Logger.LogLevelReturns the enum constant of this type with the specified name.static Logger.LogLevel[]Logger.LogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.chrisnewland.freelogj with parameters of type Logger.LogLevelModifier and TypeMethodDescriptionstatic LoggerLogger.getLogger(Class<?> clazz, Logger.LogLevel logLevel) Returns a Logger for the given Class and LogLevel.static LoggerLogger.getLogger(Class<?> clazz, Logger.LogLevel logLevel, PrintStream printStream) Returns a Logger for the given Class and LogLevel andPrintStream.static LoggerLogger.getLogger(Class<?> clazz, Logger.LogLevel logLevel, DateTimeFormatter dateFormat, PrintStream printStream) Returns a Logger for the given Class, LogLevel,DateTimeFormatter, andPrintStream.static voidLoggerFactory.initialise(Logger.LogLevel logLevel) Initialise the LoggerFactory with the givenLogger.LogLevel.static voidLoggerFactory.initialise(Logger.LogLevel logLevel, PrintStream printStream) Initialise the LoggerFactory with the givenLogger.LogLevelandPrintStream.static voidLoggerFactory.initialise(Logger.LogLevel logLevel, PrintStream printStream, DateTimeFormatter dateTimeFormatter) Initialise the LoggerFactory with the givenLogger.LogLevel,PrintStream, andDateTimeFormatterAll loggers created bygetLoggerwill be set at this LogLevel and use this PrintStream and DateTimeFormatter.private voidLogger.log(Logger.LogLevel logLevel, String message, Object... args) Constructors in com.chrisnewland.freelogj with parameters of type Logger.LogLevelModifierConstructorDescriptionprivateLogger(Class<?> clazz, Logger.LogLevel logLevel, DateTimeFormatter dateFormat, PrintStream printStream)