TealiumLoggerType Enumeration Reference
public enum TealiumLoggerType
The type of logger to use for handling log messages.
-
Use the system’s OSLog for logging.
Declaration
Swift
case os -
Use a custom log handler.
Declaration
Swift
case custom(LogHandler)