public interface LogHandler
Modifier and Type | Method and Description |
---|---|
void |
logError(String msg,
Throwable e) |
void |
logInfo(String msg) |
void |
logWarn(String msg,
Throwable e) |
void |
report(String reportName,
CharSequence content) |
Copyright © 2010–2016. All rights reserved.