Package org.pentaho.di.core.logging
Class LogChannelFactory
- java.lang.Object
-
- org.pentaho.di.core.logging.LogChannelFactory
-
- All Implemented Interfaces:
LogChannelInterfaceFactory
public class LogChannelFactory extends Object implements LogChannelInterfaceFactory
-
-
Constructor Summary
Constructors Constructor Description LogChannelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogChannel
create(Object subject)
LogChannel
create(Object subject, boolean gatheringMetrics)
LogChannel
create(Object subject, LoggingObjectInterface parentObject)
LogChannel
create(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics)
-
-
-
Method Detail
-
create
public LogChannel create(Object subject)
- Specified by:
create
in interfaceLogChannelInterfaceFactory
-
create
public LogChannel create(Object subject, boolean gatheringMetrics)
- Specified by:
create
in interfaceLogChannelInterfaceFactory
-
create
public LogChannel create(Object subject, LoggingObjectInterface parentObject)
- Specified by:
create
in interfaceLogChannelInterfaceFactory
-
create
public LogChannel create(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics)
- Specified by:
create
in interfaceLogChannelInterfaceFactory
-
-