Uses of Class
com.chrisnewland.freelogj.Logger
-
Uses of Logger in com.chrisnewland.freelogj
Methods in com.chrisnewland.freelogj that return LoggerModifier and TypeMethodDescriptionstatic LoggerReturns a Logger for the given Class.static 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 LoggerReturns aLoggerfor the given Class.