com.sap.tc.logging
Class RemoveLogEvent

java.lang.Object
  |
  +--com.sap.tc.logging.RemoveLogEvent
All Implemented Interfaces:
Event

public class RemoveLogEvent
extends java.lang.Object
implements Event

An event indicating a log is no longer in use to output logging messages. In the current implementation: when the log is not assigned to ANY log controller (source area) anymore.


Constructor Summary
RemoveLogEvent(Log aRemoveLog)
           
 
Method Summary
 Log getRemoveLog()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveLogEvent

public RemoveLogEvent(Log aRemoveLog)
Method Detail

getRemoveLog

public Log getRemoveLog()