B C D E F G I L P S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
C
- className - Variable in class com.chrisnewland.freelogj.Logger
- com.chrisnewland.freelogj - package com.chrisnewland.freelogj
D
- dateFormat - Variable in class com.chrisnewland.freelogj.Logger
- dateFormat - Static variable in class com.chrisnewland.freelogj.LoggerFactory
- debug(String, Object...) - Method in class com.chrisnewland.freelogj.Logger
-
Output a message at the DEBUG
Logger.LogLevel. - DEBUG - com.chrisnewland.freelogj.Logger.LogLevel
- DEFAULT_DATE_FORMAT - Static variable in class com.chrisnewland.freelogj.Logger
- display - Variable in enum com.chrisnewland.freelogj.Logger.LogLevel
E
- error(String, Object...) - Method in class com.chrisnewland.freelogj.Logger
-
Output a message at the ERROR
Logger.LogLevel. - ERROR - com.chrisnewland.freelogj.Logger.LogLevel
F
- fatal(String, Object...) - Method in class com.chrisnewland.freelogj.Logger
-
Output a message at the FATAL
Logger.LogLevel. - FATAL - com.chrisnewland.freelogj.Logger.LogLevel
G
- getLogger(Class<?>) - Static method in class com.chrisnewland.freelogj.Logger
-
Returns a Logger for the given Class.
- getLogger(Class<?>) - Static method in class com.chrisnewland.freelogj.LoggerFactory
-
Returns a
Loggerfor the given Class. - getLogger(Class<?>, Logger.LogLevel) - Static method in class com.chrisnewland.freelogj.Logger
-
Returns a Logger for the given Class and LogLevel.
- getLogger(Class<?>, Logger.LogLevel, PrintStream) - Static method in class com.chrisnewland.freelogj.Logger
-
Returns a Logger for the given Class and LogLevel and
PrintStream. - getLogger(Class<?>, Logger.LogLevel, DateTimeFormatter, PrintStream) - Static method in class com.chrisnewland.freelogj.Logger
-
Returns a Logger for the given Class, LogLevel,
DateTimeFormatter, andPrintStream.
I
- info(String, Object...) - Method in class com.chrisnewland.freelogj.Logger
-
Output a message at the INFO
Logger.LogLevel. - INFO - com.chrisnewland.freelogj.Logger.LogLevel
- initialise(Logger.LogLevel) - Static method in class com.chrisnewland.freelogj.LoggerFactory
-
Initialise the LoggerFactory with the given
Logger.LogLevel. - initialise(Logger.LogLevel, PrintStream) - Static method in class com.chrisnewland.freelogj.LoggerFactory
-
Initialise the LoggerFactory with the given
Logger.LogLevelandPrintStream. - initialise(Logger.LogLevel, PrintStream, DateTimeFormatter) - Static method in class com.chrisnewland.freelogj.LoggerFactory
-
Initialise the LoggerFactory with the given
Logger.LogLevel,PrintStream, andDateTimeFormatterAll loggers created bygetLoggerwill be set at this LogLevel and use this PrintStream and DateTimeFormatter. - isDebugEnabled() - Method in class com.chrisnewland.freelogj.Logger
- isErrorEnabled() - Method in class com.chrisnewland.freelogj.Logger
- isFatalEnabled() - Method in class com.chrisnewland.freelogj.Logger
- isInfoEnabled() - Method in class com.chrisnewland.freelogj.Logger
- isTraceEnabled() - Method in class com.chrisnewland.freelogj.Logger
- isWarnEnabled() - Method in class com.chrisnewland.freelogj.Logger
L
- level - Variable in enum com.chrisnewland.freelogj.Logger.LogLevel
- log(Logger.LogLevel, String, Object...) - Method in class com.chrisnewland.freelogj.Logger
- Logger - Class in com.chrisnewland.freelogj
- Logger(Class<?>, Logger.LogLevel, DateTimeFormatter, PrintStream) - Constructor for class com.chrisnewland.freelogj.Logger
- Logger.LogLevel - Enum in com.chrisnewland.freelogj
- LoggerFactory - Class in com.chrisnewland.freelogj
- LoggerFactory() - Constructor for class com.chrisnewland.freelogj.LoggerFactory
- logLevel - Variable in class com.chrisnewland.freelogj.Logger
- logLevel - Static variable in class com.chrisnewland.freelogj.LoggerFactory
- LogLevel(String, int) - Constructor for enum com.chrisnewland.freelogj.Logger.LogLevel
P
- printStream - Variable in class com.chrisnewland.freelogj.Logger
- printStream - Static variable in class com.chrisnewland.freelogj.LoggerFactory
S
- setLogFile(Path) - Static method in class com.chrisnewland.freelogj.LoggerFactory
-
Set the LoggerFactory PrintStream to use a
PrintStreamwrapping aFileOutputStreamopened on the givenPathAll loggers created bygetLoggerwill use this PrintStream.
T
- trace(String, Object...) - Method in class com.chrisnewland.freelogj.Logger
-
Output a message at the TRACE
Logger.LogLevel. - TRACE - com.chrisnewland.freelogj.Logger.LogLevel
V
- valueOf(String) - Static method in enum com.chrisnewland.freelogj.Logger.LogLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.chrisnewland.freelogj.Logger.LogLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- warn(String, Object...) - Method in class com.chrisnewland.freelogj.Logger
-
Output a message at the WARN
Logger.LogLevel. - WARN - com.chrisnewland.freelogj.Logger.LogLevel
All Classes All Packages