Class Log

  • All Implemented Interfaces:

    
    public final class Log
    
                        

    Data class to set the log level and custom logger configurations

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Logger.Level logLevel
      private final FRLogger customLogger
    • Constructor Summary

      Constructors 
      Constructor Description
      Log(Logger.Level logLevel, FRLogger customLogger)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Logger.Level getLogLevel()
      final FRLogger getCustomLogger()
      • Methods inherited from class java.lang.Object

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

      • Log

        Log(Logger.Level logLevel, FRLogger customLogger)