FileLogger
struct FileLogger
Undocumented
-
Undocumented
Declaration
Swift
func makeWriteFileHandle(with logType: OSLogType) -> FileHandle? -
Undocumented
Declaration
Swift
func makeReadFileHandle(with logType: OSLogType) -> FileHandle? -
Undocumented
Declaration
Swift
func log(_ logMessage: String, logType: OSLogType) -
Undocumented
Declaration
Swift
func read(logType: OSLogType) -> String