org.apache.commons.logging.simple
Class LogRecord

java.lang.Object
  extended by org.apache.commons.logging.simple.LogRecord
All Implemented Interfaces:
Serializable

public class LogRecord
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Object message
           
 Throwable t
           
 int type
           
 
Constructor Summary
LogRecord(int type, Object message, Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

message

public Object message

t

public Throwable t
Constructor Detail

LogRecord

public LogRecord(int type,
                 Object message,
                 Throwable t)


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