Package 

Class Logger


  • @Deprecated() 
    public final class Logger
    
                        

    DEPRECATED - Logger class is deprecated and will be removed in the next major release. To provide a custom logger, implement the LoggerInterface Interface and set it using . The SDK will deliver all logs to this logger. To use the SDK's default logger to log one's own messages, retrieve the default logger instance currently being used by the SDK using getLogger and send logs using its method.