Loggable

public protocol Loggable

Log parameter requrements protocol

  • Undocumented

    Declaration

    Swift

    associatedtype Element
  • Log

    Undocumented

    Declaration

    Swift

    typealias Log = (time: Milliseconds, element: Element)
  • log

    Stored logs

    Declaration

    Swift

    var log: [Log] { get set }