com.esotericsoftware.minlog
Class Log.Logger
java.lang.Object
com.esotericsoftware.minlog.Log.Logger
- Enclosing class:
- Log
public static class Log.Logger
- extends Object
Performs the actual logging. Default implementation logs to System.out. Extended and use Log.logger set to handle
logging differently.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Log.Logger
public Log.Logger()
log
public void log(int level,
String category,
String message,
Throwable ex)
print
protected void print(String message)
- Prints the message to System.out. Called by the default implementation of
log(int, String, String, Throwable).
Copyright © 2013. All rights reserved.