Package 

Object Logger

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum Logger.Level

      Logs can be filtered based on their priority

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Logger INSTANCE
    • Method Summary

      Modifier and Type Method Description
      final static Unit setLogLevel(Logger.Level level) This method sets the log level, which determines the severity of the message.
      final static File getTraceFile() This method returns the Trace file which includes logging and error messages.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setLogLevel

         final static Unit setLogLevel(Logger.Level level)

        This method sets the log level, which determines the severity of the message.

        Parameters:
        level - The Level determining which kind of messages should be logged.
      • getTraceFile

         final static File getTraceFile()

        This method returns the Trace file which includes logging and error messages.