com.ibm.connectors

Interface ConnectorLogger

  • All Known Implementing Classes:
    SimpleConnectorLogger


    public interface ConnectorLogger
    An 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.
    • Method Detail

      • getJavaLogger

        java.util.logging.Logger getJavaLogger(java.lang.String name)
        Parameters:
        name - the logger's name
        Returns:
        the named java.util.Logger
IBM TM
CommonTM Connector API