Package io.fusionauth.http.log
Class SystemOutLogger
java.lang.Object
io.fusionauth.http.log.BaseLogger
io.fusionauth.http.log.SystemOutLogger
- All Implemented Interfaces:
Logger
A simple logger that spits out messages to System.out.
- Author:
- Brian Pontarelli
-
Field Summary
FieldsFields inherited from class io.fusionauth.http.log.BaseLogger
level -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.fusionauth.http.log.BaseLogger
debug, debug, debug, error, error, format, format, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, setLevel, timestamp, trace, traceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fusionauth.http.log.Logger
isEnabledForLevel
-
Field Details
-
LEVEL
-
-
Constructor Details
-
SystemOutLogger
public SystemOutLogger()
-
-
Method Details
-
getLevelOrdinal
protected int getLevelOrdinal()- Overrides:
getLevelOrdinalin classBaseLogger
-
handleMessage
- Specified by:
handleMessagein classBaseLogger
-