com.ibm.connectors
Interface ConnectorLogger
-
- All Known Implementing Classes:
- SimpleConnectorLogger
public interface ConnectorLoggerAn interface available via the ConnectorServices object which can be used by connectors to obtain a java.util.Logger that will log to the host applications logging environment.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCOPYRIGHT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.logging.LoggergetJavaLogger(java.lang.String name)
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
-
-