Log

struct Log

Undocumented

  • Tag

    Undocumented

    Declaration

    Swift

    fileprivate static let Tag: String
  • Undocumented

    See more

    Declaration

    Swift

    fileprivate enum Level : String
  • Undocumented

    Declaration

    Swift

    fileprivate static func log(_ level: Level, _ message: @autoclosure () -> String, _ error: Error? = nil)
  • Undocumented

    Declaration

    Swift

    static func debug(message: @autoclosure () -> String, error: Error? = nil)
  • Undocumented

    Declaration

    Swift

    static func error(message: @autoclosure () -> String, error: Error? = nil)