Package org.pentaho.platform.api.engine
Interface ILoggablePojo
- 
@Deprecated public interface ILoggablePojo
Deprecated.Pojo components are deprecated, useIActionThe interface for a POJO component that wants to be provided with a logger. This is an optional interface for POJO components- Author:
 - jamesdixon
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidsetLogger(ILogger logger)Deprecated.Sets the logger for the POJO component to use 
 - 
 
- 
- 
Method Detail
- 
setLogger
void setLogger(ILogger logger)
Deprecated.Sets the logger for the POJO component to use- Parameters:
 logger-
 
 - 
 
 -