BlueprintLogging

public enum BlueprintLogging

Namespace for logging config.

  • Configuration for logging options

    See more

    Declaration

    Swift

    public struct Config
  • Logging configuration

    Declaration

    Swift

    public static var config: Config
  • If enabled, Blueprint will emit signpost logs. You can view these logs in Instruments to aid in debugging or performance tuning.

    Signpost logging is disabled by default.

    Declaration

    Swift

    public static var isEnabled: Bool { get set }