com.sap.tc.logging
Class NewLogEvent

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

public class NewLogEvent
extends java.lang.Object
implements Event

An event indicating a log is ready to be used to output logging messages. In the current implementation: when the log gets assigned to a log controller (source area).


Constructor Summary
NewLogEvent(Log aNewLog)
           
 
Method Summary
 Log getNewLog()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewLogEvent

public NewLogEvent(Log aNewLog)
Method Detail

getNewLog

public Log getNewLog()