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 LogChannelcreate(Object subject)LogChannelcreate(Object subject, boolean gatheringMetrics)LogChannelcreate(Object subject, LoggingObjectInterface parentObject)LogChannelcreate(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics)
-
-
-
Method Detail
-
create
public LogChannel create(Object subject)
- Specified by:
createin interfaceLogChannelInterfaceFactory
-
create
public LogChannel create(Object subject, boolean gatheringMetrics)
- Specified by:
createin interfaceLogChannelInterfaceFactory
-
create
public LogChannel create(Object subject, LoggingObjectInterface parentObject)
- Specified by:
createin interfaceLogChannelInterfaceFactory
-
create
public LogChannel create(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics)
- Specified by:
createin interfaceLogChannelInterfaceFactory
-
-