Uses of Class
com.chrisnewland.freelogj.Logger
-
-
Uses of Logger in com.chrisnewland.freelogj
Methods in com.chrisnewland.freelogj that return Logger Modifier and Type Method Description static LoggerLogger. getLogger(java.lang.Class<?> clazz)Returns a Logger for the given Class.static LoggerLogger. getLogger(java.lang.Class<?> clazz, Logger.LogLevel logLevel)Returns a Logger for the given Class and LogLevel.static LoggerLogger. getLogger(java.lang.Class<?> clazz, Logger.LogLevel logLevel, java.io.PrintStream printStream)Returns a Logger for the given Class and LogLevel andPrintStream.static LoggerLogger. getLogger(java.lang.Class<?> clazz, Logger.LogLevel logLevel, java.time.format.DateTimeFormatter dateFormat, java.io.PrintStream printStream)Returns a Logger for the given Class, LogLevel,DateTimeFormatter, andPrintStream.static LoggerLoggerFactory. getLogger(java.lang.Class<?> clazz)Returns aLoggerfor the given Class.
-