Interface LoggingConfiguration


  • public interface LoggingConfiguration
    Encapsulates the SDK's general logging configuration.

    Use LoggingConfigurationFactory to construct an instance.

    Since:
    5.0.0
    • Method Detail

      • getBaseLoggerName

        default java.lang.String getBaseLoggerName()
        Returns the configured base logger name.
        Returns:
        the logger name
        Since:
        5.10.0
      • getLogAdapter

        default LDLogAdapter getLogAdapter()
        Returns the configured logging adapter.
        Returns:
        the logging adapter
        Since:
        5.10.0