org.apache.commons.logging.log4j
Class StandardTests.LogEvent

java.lang.Object
  extended by org.apache.commons.logging.log4j.StandardTests.LogEvent
Enclosing class:
StandardTests

public static class StandardTests.LogEvent
extends Object

Simple structure to store information about messages that actually get logged by the underlying logging library.


Field Summary
 String level
           
 String msg
           
 Throwable throwable
           
 
Constructor Summary
StandardTests.LogEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msg

public String msg

level

public String level

throwable

public Throwable throwable
Constructor Detail

StandardTests.LogEvent

public StandardTests.LogEvent()


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.