Package 

Object LoggerImpl

  • All Implemented Interfaces:
    com.permutive.android.logging.Logger

    
    public class LoggerImpl
     implements Logger
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static LoggerImpl INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit setLogLevel(Integer level)
      Unit v(Throwable throwable, Function0<String> message) Internal logging (log everything)
      Unit d(Throwable throwable, Function0<String> message) Internal logging information (Permutive) debugging.
      Unit i(Throwable throwable, Function0<String> message) Logs information for external developers.
      Unit w(Throwable throwable, Function0<String> message) Logs warnings.
      Unit e(Throwable throwable, Function0<String> message) Logs errors.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • d

         Unit d(Throwable throwable, Function0<String> message)

        Internal logging information (Permutive) debugging. Give general information on what the SDK is doing (persisting/publishing/deleting/processing alias/metric/event/...)

      • i

         Unit i(Throwable throwable, Function0<String> message)

        Logs information for external developers. Use this for printing the current state of the engine, (initializing/processing/shutdown), or the current state of an event/identity.