Interface Logger.LoggerInterface

All Known Implementing Classes:
Logger.DefaultLogger
Enclosing class:
Logger

public static interface Logger.LoggerInterface
Interface for custom logger implementations. Implement this interface to direct SDK logs to your preferred destination (SLF4J, Log4j, etc.). Custom loggers are responsible for their own secret sanitization if needed.
  • Method Details