Log Structure

public struct Log

Logging controls for SDK-level diagnostics.

  • Global log verbosity level.

    Declaration

    Swift

    public static var level: CLLogLevel { get set }
  • tap

    Optional log interceptor called for each emitted log line.

    Declaration

    Swift

    public static var tap: LogTap? { get set }