TealiumLoggerType

public enum TealiumLoggerType

The type of logger to use for handling log messages.

  • os

    Use the system’s OSLog for logging.

    Declaration

    Swift

    case os
  • Use a custom log handler.

    Declaration

    Swift

    case custom(LogHandler)