com.esotericsoftware.minlog
Class Log.Logger

java.lang.Object
  extended by 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.


Constructor Summary
Log.Logger()
           
 
Method Summary
 void log(int level, String category, String message, Throwable ex)
           
protected  void print(String message)
          Prints the message to System.out.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log.Logger

public Log.Logger()
Method Detail

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.