public class StackTreeLogger extends Stack<com.google.gwt.core.ext.TreeLogger>
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
capacityIncrement, elementCount, elementData
modCount
Constructor and Description |
---|
StackTreeLogger(com.google.gwt.core.ext.TreeLogger root) |
Modifier and Type | Method and Description |
---|---|
void |
branch(com.google.gwt.core.ext.TreeLogger.Type type,
String msg) |
void |
branch(com.google.gwt.core.ext.TreeLogger.Type type,
String msg,
Throwable caught) |
void |
branch(com.google.gwt.core.ext.TreeLogger.Type type,
String msg,
Throwable caught,
com.google.gwt.core.ext.TreeLogger.HelpInfo helpInfo)
Create a new active sub-branch and make this the active branch.
|
void |
log(com.google.gwt.core.ext.TreeLogger.Type type,
String msg) |
void |
log(com.google.gwt.core.ext.TreeLogger.Type type,
String msg,
Throwable caught) |
void |
log(com.google.gwt.core.ext.TreeLogger.Type type,
String msg,
Throwable caught,
com.google.gwt.core.ext.TreeLogger.HelpInfo helpInfo)
Create a log entry on the current active branch.
|
void |
unbranch()
Return to the last active branch (i.e.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
public static final long serialVersionUID
public void log(com.google.gwt.core.ext.TreeLogger.Type type, String msg, Throwable caught, com.google.gwt.core.ext.TreeLogger.HelpInfo helpInfo)
TreeLogger.log(Type, String, Throwable, HelpInfo)
public void log(com.google.gwt.core.ext.TreeLogger.Type type, String msg)
public void branch(com.google.gwt.core.ext.TreeLogger.Type type, String msg, Throwable caught, com.google.gwt.core.ext.TreeLogger.HelpInfo helpInfo)
TreeLogger.branch(Type, String, Throwable, HelpInfo)
public void branch(com.google.gwt.core.ext.TreeLogger.Type type, String msg, Throwable caught)
public void branch(com.google.gwt.core.ext.TreeLogger.Type type, String msg)
public void unbranch()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.