Loggable

public protocol Loggable : AnyObject

Protocol that conforms

  • log Default implementation

    Default Implementation

    Declaration

    Swift

    static var log: Log { get }
  • log Default implementation

    Default Implementation

    Declaration

    Swift

    var log: Log { get }