public static class LoggerTextView.DefaultLogFormatter extends java.lang.Object implements LoggerTextView.ILogFormatter
| Constructor and Description |
|---|
DefaultLogFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.String logContent,
LoggerTextView.LogType logType)
格式化日志内容
|
public java.lang.String format(java.lang.String logContent,
LoggerTextView.LogType logType)
LoggerTextView.ILogFormatterformat in interface LoggerTextView.ILogFormatterlogContent - 日志内容logType - 日志类型