Package org.pentaho.di.core.logging
Interface LogChannelInterfaceFactory
-
- All Known Implementing Classes:
LogChannelFactory
public interface LogChannelInterfaceFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogChannelInterfacecreate(Object subject)LogChannelInterfacecreate(Object subject, boolean gatheringMetrics)LogChannelInterfacecreate(Object subject, LoggingObjectInterface parentObject)LogChannelInterfacecreate(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics)
-
-
-
Method Detail
-
create
LogChannelInterface create(Object subject)
-
create
LogChannelInterface create(Object subject, boolean gatheringMetrics)
-
create
LogChannelInterface create(Object subject, LoggingObjectInterface parentObject)
-
create
LogChannelInterface create(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics)
-
-