Package | Description |
---|---|
com.ibm.mqlight.api.logging |
Modifier and Type | Method and Description |
---|---|
static Logger |
LoggerFactory.getLogger(Class<?> clazz)
Obtains a
Logger implementation for the specified class. |
static Logger |
LoggerFactory.getLogger(org.slf4j.Logger logger)
Obtains a
Logger implementation for the specified Logger . |
protected abstract Logger |
LoggerFactory.getLoggerImpl(Class<?> clazz)
Internal method to obtain the
Logger implementation from the static LoggerFactory implementation. |
protected abstract Logger |
LoggerFactory.getLoggerImpl(org.slf4j.Logger logger)
Internal method to obtain the
Logger implementation from the static LoggerFactory implementation. |
Copyright © 2015 International Business Machines Corporation. All rights reserved.