public static interface LoggerTextView.ILogDecorator
| Modifier and Type | Method and Description |
|---|---|
android.text.SpannableString |
decorate(android.content.Context context,
java.lang.String logContent,
LoggerTextView.LogType logType)
装饰日志内容
|
android.text.SpannableString decorate(android.content.Context context,
java.lang.String logContent,
LoggerTextView.LogType logType)
context - 上下文logContent - 日志内容logType - 日志类型