ch.qos.logback.core.joran.event
Class StartEvent

java.lang.Object
  extended by ch.qos.logback.core.joran.event.SaxEvent
      extended by ch.qos.logback.core.joran.event.StartEvent

public class StartEvent
extends SaxEvent


Field Summary
 Attributes attributes
           
 Pattern pattern
           
 
Fields inherited from class ch.qos.logback.core.joran.event.SaxEvent
localName, locator, namespaceURI, qName
 
Method Summary
 Attributes getAttributes()
           
 String toString()
           
 
Methods inherited from class ch.qos.logback.core.joran.event.SaxEvent
getLocalName, getLocator, getNamespaceURI, getQName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attributes

public final Attributes attributes

pattern

public final Pattern pattern
Method Detail

getAttributes

public Attributes getAttributes()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2013 QOS.ch. All Rights Reserved.