LogFormatter
public protocol LogFormatter
日志格式化处理器协议
-
格式化日志消息
Declaration
Swift
func format(_ logMessage: LogMessage) -> String?
public protocol LogFormatter
日志格式化处理器协议
格式化日志消息
Swift
func format(_ logMessage: LogMessage) -> String?