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