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 SummaryFields 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_LOGGERstatic final java.lang.String ANNO_LOGGER - See Also:
- Constant Field Values
 
 - 
ANNO_LOGGER_SERVICEstatic final java.lang.String ANNO_LOGGER_SERVICE - See Also:
- Constant Field Values
 
 - 
ANNO_LOGGER_TARGETSstatic final java.lang.String ANNO_LOGGER_TARGETS - See Also:
- Constant Field Values
 
 - 
ANNO_LOGGER_TARGETS_VISITORstatic final java.lang.String ANNO_LOGGER_TARGETS_VISITOR - See Also:
- Constant Field Values
 
 - 
ANNO_LOGGER_SOURCEstatic final java.lang.String ANNO_LOGGER_SOURCE - See Also:
- Constant Field Values
 
 - 
ANNO_LOGGER_UTILstatic final java.lang.String ANNO_LOGGER_UTIL - See Also:
- Constant Field Values
 
 - 
ANNO_LOGGER_STATEstatic final java.lang.String ANNO_LOGGER_STATE - See Also:
- Constant Field Values
 
 - 
ANNO_LOGGER_SCANstatic final java.lang.String ANNO_LOGGER_SCAN - See Also:
- Constant Field Values
 
 
- 
 
-