Package org.pentaho.di.core.logging
Class KettleLoggingEvent
- java.lang.Object
-
- org.pentaho.di.core.logging.KettleLoggingEvent
-
public class KettleLoggingEvent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description longtimeStamp
-
Constructor Summary
Constructors Constructor Description KettleLoggingEvent()KettleLoggingEvent(Object message, long timeStamp, LogLevel level)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogLevelgetLevel()ObjectgetMessage()longgetTimeStamp()voidsetLevel(LogLevel level)voidsetMessage(Object message)voidsetTimeStamp(long timeStamp)
-