public class GuiLogHandler extends Object implements LogHandler
Constructor and Description |
---|
GuiLogHandler(BlockingQueue<String> logQueue) |
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) |
public GuiLogHandler(BlockingQueue<String> logQueue)
logQueue
- public void logInfo(String msg)
logInfo
in interface LogHandler
public void logWarn(String msg, Throwable e)
logWarn
in interface LogHandler
public void logError(String msg, Throwable e)
logError
in interface LogHandler
public void report(String reportName, CharSequence content)
report
in interface LogHandler
Copyright © 2010–2016. All rights reserved.