Errai 3.0.1-SNAPSHOT

org.jboss.errai.cdi.server.gwt.util
Class StackTreeLogger

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.Vector<E>
              extended by java.util.Stack<com.google.gwt.core.ext.TreeLogger>
                  extended by 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

Field Summary
static long serialVersionUID
           
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
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.Stack
empty, peek, pop, push, search
 
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
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

StackTreeLogger

public StackTreeLogger(com.google.gwt.core.ext.TreeLogger root)
Method Detail

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).


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.