Package com.ibm.wsspi.anno.service
Interface AnnotationTargetsService_Logging
-
public interface AnnotationTargetsService_LoggingLogging constants for the annotations service.
All loggers obtain from the root logger,
ANNO_LOGGER. While this logger may be used to enable all annotations logging, (com.ibm.ws.anno.*=FINER), this is not recommended unless absolutely necessary. In particular, enabling the visitor and scan logging (com.ibm.ws.anno.visitor=FINERandcom.ibm.ws.anno.scan=FINER) will produces copious logging output.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringANNO_LOGGERstatic java.lang.StringANNO_LOGGER_SCANstatic java.lang.StringANNO_LOGGER_SERVICEstatic java.lang.StringANNO_LOGGER_SOURCEstatic java.lang.StringANNO_LOGGER_STATEstatic java.lang.StringANNO_LOGGER_TARGETSstatic java.lang.StringANNO_LOGGER_TARGETS_VISITORstatic java.lang.StringANNO_LOGGER_UTIL
-
-
-
Field Detail
-
ANNO_LOGGER
static final java.lang.String ANNO_LOGGER
- See Also:
- Constant Field Values
-
ANNO_LOGGER_SERVICE
static final java.lang.String ANNO_LOGGER_SERVICE
- See Also:
- Constant Field Values
-
ANNO_LOGGER_TARGETS
static final java.lang.String ANNO_LOGGER_TARGETS
- See Also:
- Constant Field Values
-
ANNO_LOGGER_TARGETS_VISITOR
static final java.lang.String ANNO_LOGGER_TARGETS_VISITOR
- See Also:
- Constant Field Values
-
ANNO_LOGGER_SOURCE
static final java.lang.String ANNO_LOGGER_SOURCE
- See Also:
- Constant Field Values
-
ANNO_LOGGER_UTIL
static final java.lang.String ANNO_LOGGER_UTIL
- See Also:
- Constant Field Values
-
ANNO_LOGGER_STATE
static final java.lang.String ANNO_LOGGER_STATE
- See Also:
- Constant Field Values
-
ANNO_LOGGER_SCAN
static final java.lang.String ANNO_LOGGER_SCAN
- See Also:
- Constant Field Values
-
-