org.oddjob.logging
Interface LoggingConstants

All Known Implementing Classes:
ArchiveAppender, OddjobNDC

public interface LoggingConstants

Constants for Logging.

Author:
rob

Field Summary
static String MDC_JOB_NAME
          The MDC for the job name.
static String MDC_LOGGER
          The MDC for the logger name.
 

Field Detail

MDC_LOGGER

static final String MDC_LOGGER
The MDC for the logger name.

See Also:
Constant Field Values

MDC_JOB_NAME

static final String MDC_JOB_NAME
The MDC for the job name.

See Also:
Constant Field Values