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.
  • Field Details

    • firstLogTime

      private final long firstLogTime
  • Constructor Details

    • Logger

      public Logger()
  • Method Details