MTLog

public struct MTLog

Log object used with MTLogger.

  • Log message.

    Declaration

    Swift

    public var message: String
  • Type of the log.

    Declaration

    Swift

    public var type: MTLogType
  • Prints the log to the console.

    Declaration

    Swift

    public func printLog()