public final class SwingTreeLogger extends AbstractTreeLogger
Modifier and Type | Class and Description |
---|---|
static class |
SwingTreeLogger.LogEvent
Represents an individual log event.
|
TreeLogger.HelpInfo, TreeLogger.Type
logLevel, parent
Constructor and Description |
---|
SwingTreeLogger(SwingLoggerPanel panel)
Constructs the top-level TreeItemLogger.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractTreeLogger |
doBranch()
Derived classes should override this method to return a branched logger.
|
protected void |
doCommitBranch(AbstractTreeLogger childBeingCommitted,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Derived classes should override this method to actually commit the
specified message associated with this the root of this branch.
|
protected void |
doLog(int index,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Derived classes should override this method to actually write a log
message.
|
allocateNextChildIndex, branch, commitMyBranchEntryInMyParentLogger, doCommitBranch, doLog, getBranchedIndex, getExceptionName, getMaxDetail, getParentLogger, getStackTraceAsString, isLoggable, log, setMaxDetail, toString
branch, branch, log, log
public SwingTreeLogger(SwingLoggerPanel panel)
panel
- protected AbstractTreeLogger doBranch()
AbstractTreeLogger
doBranch
in class AbstractTreeLogger
protected void doCommitBranch(AbstractTreeLogger childBeingCommitted, TreeLogger.Type type, String msg, Throwable caught, TreeLogger.HelpInfo helpInfo)
AbstractTreeLogger
doCommitBranch
in class AbstractTreeLogger
protected void doLog(int index, TreeLogger.Type type, String msg, Throwable caught, TreeLogger.HelpInfo helpInfo)
AbstractTreeLogger
AbstractTreeLogger.isLoggable(TreeLogger.Type)
will have already
been called.doLog
in class AbstractTreeLogger
Copyright © 2018. All rights reserved.