public class TraceReportFileHandler extends Object implements LogHandler
Constructor and Description |
---|
TraceReportFileHandler(File base,
String errorReportName) |
Modifier and Type | Method and Description |
---|---|
void |
logError(String msg,
Throwable t) |
void |
logInfo(String msg) |
void |
logWarn(String msg,
Throwable t) |
void |
report(String reportName,
CharSequence content) |
public TraceReportFileHandler(File base, String errorReportName) throws IOException
IOException
public void logInfo(String msg)
logInfo
in interface LogHandler
public void logWarn(String msg, Throwable t)
logWarn
in interface LogHandler
public void logError(String msg, Throwable t)
logError
in interface LogHandler
public void report(String reportName, CharSequence content)
report
in interface LogHandler
Copyright © 2010–2016. All rights reserved.