Package com.esotericsoftware.minlog
Class Log.Logger
java.lang.Object
com.esotericsoftware.minlog.Log.Logger
- Enclosing class:
Log
Performs the actual logging. Default implementation logs to System.out. Extended and use
Log.logger
set to handle
logging differently.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
firstLogTime
private final long firstLogTime
-
-
Constructor Details
-
Logger
public Logger()
-
-
Method Details
-
log
-
print
Prints the message to System.out. Called by the default implementation oflog(int, String, String, Throwable)
.
-