Package org.pentaho.di.core.logging
Class LogChannelFileWriterBuffer
- java.lang.Object
-
- org.pentaho.di.core.logging.LogChannelFileWriterBuffer
-
public class LogChannelFileWriterBuffer extends Object
-
-
Constructor Summary
Constructors Constructor Description LogChannelFileWriterBuffer(String logChannelId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEvent(KettleLoggingEvent event)
StringBuffer
getBuffer()
String
getLogChannelId()
-
-
-
Constructor Detail
-
LogChannelFileWriterBuffer
public LogChannelFileWriterBuffer(String logChannelId)
-
-
Method Detail
-
addEvent
public void addEvent(KettleLoggingEvent event)
-
getBuffer
public StringBuffer getBuffer()
-
getLogChannelId
public String getLogChannelId()
-
-