org.apache.commons.logging.simple
Class LogRecord
java.lang.Object
org.apache.commons.logging.simple.LogRecord
- All Implemented Interfaces:
- Serializable
public class LogRecord
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public int type
message
public Object message
t
public Throwable t
LogRecord
public LogRecord(int type,
Object message,
Throwable t)
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.