Uses of Class
org.pentaho.di.core.logging.LogChannelFileWriterBuffer
-
Packages that use LogChannelFileWriterBuffer Package Description org.pentaho.di.core.logging This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message. -
-
Uses of LogChannelFileWriterBuffer in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return LogChannelFileWriterBuffer Modifier and Type Method Description LogChannelFileWriterBuffer
LoggingRegistry. getLogChannelFileWriterBuffer(String id)
Searches and returns LogChannelFileWriterBuffer object based on buffer's LogChannelID.Methods in org.pentaho.di.core.logging with parameters of type LogChannelFileWriterBuffer Modifier and Type Method Description void
LoggingRegistry. registerLogChannelFileWriterBuffer(LogChannelFileWriterBuffer fileWriterBuffer)
Registers a LogChannelFileWriterBuffer with the registry.
-