com.ibm.wsspi.anno.service

Interface AnnotationTargetsService_Logging


  1. public interface AnnotationTargetsService_Logging

Logging 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=FINER and com.ibm.ws.anno.scan=FINER) will produces copious logging output.


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
ANNO_LOGGER
  1. static
  2. java.lang.String
ANNO_LOGGER_SCAN
  1. static
  2. java.lang.String
ANNO_LOGGER_SERVICE
  1. static
  2. java.lang.String
ANNO_LOGGER_SOURCE
  1. static
  2. java.lang.String
ANNO_LOGGER_STATE
  1. static
  2. java.lang.String
ANNO_LOGGER_TARGETS
  1. static
  2. java.lang.String
ANNO_LOGGER_TARGETS_VISITOR
  1. static
  2. java.lang.String
ANNO_LOGGER_UTIL

Field Detail

ANNO_LOGGER

  1. static final java.lang.String ANNO_LOGGER
See Also:

ANNO_LOGGER_SERVICE

  1. static final java.lang.String ANNO_LOGGER_SERVICE
See Also:

ANNO_LOGGER_TARGETS

  1. static final java.lang.String ANNO_LOGGER_TARGETS
See Also:

ANNO_LOGGER_TARGETS_VISITOR

  1. static final java.lang.String ANNO_LOGGER_TARGETS_VISITOR
See Also:

ANNO_LOGGER_SOURCE

  1. static final java.lang.String ANNO_LOGGER_SOURCE
See Also:

ANNO_LOGGER_UTIL

  1. static final java.lang.String ANNO_LOGGER_UTIL
See Also:

ANNO_LOGGER_STATE

  1. static final java.lang.String ANNO_LOGGER_STATE
See Also:

ANNO_LOGGER_SCAN

  1. static final java.lang.String ANNO_LOGGER_SCAN
See Also: