Class Logger


  • public abstract class Logger
    extends java.lang.Object
    A interface for a logger object. Implement this to inject your own logger or use the default logger available in the SDK.
    • Constructor Summary

      Constructors 
      Constructor Description
      Logger()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void log​(java.lang.String message, LoggerSeverity severity)  
      • Methods inherited from class java.lang.Object

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

      • Logger

        public Logger()
    • Method Detail

      • log

        public abstract void log​(java.lang.String message,
                                 LoggerSeverity severity)