Package io.fusionauth.http.log
Class FileLogger
java.lang.Object
io.fusionauth.http.log.BaseLogger
io.fusionauth.http.log.FileLogger
- All Implemented Interfaces:
Logger
A simple logger that spits out messages to System.out.
- Author:
- Brian Pontarelli
-
Field Summary
Fields 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, getLevelOrdinal, 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
-
Constructor Details
-
FileLogger
-
-
Method Details
-
flush
public void flush() -
handleMessage
- Specified by:
handleMessagein classBaseLogger
-