LeadKit/TILogging/Sources/LoggerRepresentable.swift

6 lines
144 B
Swift

import os
public protocol LoggerRepresentable {
func log(_ message: StaticString, log: OSLog?, type: OSLogType, _ arguments: CVarArg...)
}