SKLogger
public enum SKLogger
A cosole logger.
-
Logs to the console a properly formatted debug message.
Declaration
Swift
public static func log( title: String, message: Any?, file: StaticString = #file, line: UInt = #line)Parameters
titleThe title of the log.
messageThe content of the log.
fileThe file where the log was from.
lineThe line where the log was from.
View on GitHub
SKLogger Enumeration Reference