org.jboss.errai.cdi.server.gwt.util
Class StackTreeLogger
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector<E>
java.util.Stack<com.google.gwt.core.ext.TreeLogger>
org.jboss.errai.cdi.server.gwt.util.StackTreeLogger
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<com.google.gwt.core.ext.TreeLogger>, Collection<com.google.gwt.core.ext.TreeLogger>, List<com.google.gwt.core.ext.TreeLogger>, RandomAccess
public class StackTreeLogger
- extends Stack<com.google.gwt.core.ext.TreeLogger>
- See Also:
- Serialized Form
Constructor Summary |
StackTreeLogger(com.google.gwt.core.ext.TreeLogger root)
|
Method Summary |
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. |
Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
StackTreeLogger
public StackTreeLogger(com.google.gwt.core.ext.TreeLogger root)
log
public 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.
- See Also:
TreeLogger.log(Type, String, Throwable, HelpInfo)
log
public void log(com.google.gwt.core.ext.TreeLogger.Type type,
String msg,
Throwable caught)
log
public void log(com.google.gwt.core.ext.TreeLogger.Type type,
String msg)
branch
public 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.
- See Also:
TreeLogger.branch(Type, String, Throwable, HelpInfo)
branch
public void branch(com.google.gwt.core.ext.TreeLogger.Type type,
String msg,
Throwable caught)
branch
public void branch(com.google.gwt.core.ext.TreeLogger.Type type,
String msg)
unbranch
public void unbranch()
- Return to the last active branch (i.e. the parent of current active branch).
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.