Package org.rspeer.commons.logging
Class LogEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.rspeer.event.Event<LogRecord>
-
- org.rspeer.commons.logging.LogEvent
-
- All Implemented Interfaces:
Serializable
public class LogEvent extends Event<LogRecord>
- See Also:
- Serialized Form
-
-
Constructor Detail
-
LogEvent
public LogEvent(LogRecord source)
Constructs a prototypical Event.- Parameters:
source
- The object on which the Event initially occurred.- Throws:
IllegalArgumentException
- if source is null.
-
-