Package 

Class LoggerBuilder

  • All Implemented Interfaces:

    
    public final class LoggerBuilder
    
                        

    Logger builder to build the SDK configuration information specific to loggers

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

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

      Constructors 
      Constructor Description
      LoggerBuilder()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final FRLogger getCustomLogger()
      final Unit setCustomLogger(FRLogger customLogger)
      final Logger.Level getLogLevel()
      final Unit setLogLevel(Logger.Level logLevel)
      final Log build()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait