com.izforge.izpack.util
Interface DebugConstants


public interface DebugConstants

This interface contains common used templates and channel names for debug messages using class LogMessage

Author:
Klaus Bartz

Field Summary
static java.lang.String LAYOUT_TRACE
          Channel name for debug message about layout tracing.
static java.lang.String OLD_DEBUG_STACKTRACE
          Channel name for debug message which will be triggered by the old logging system (not yet implemented).
static java.lang.String OLD_DEBUG_TRACE
          Channel name for debug message which will be triggered by the old logging system (not yet implemented).
static java.lang.String PANEL_TRACE
          Channel name for debug message about panel tracing.
 

Field Detail

PANEL_TRACE

static final java.lang.String PANEL_TRACE
Channel name for debug message about panel tracing.

See Also:
Constant Field Values

LAYOUT_TRACE

static final java.lang.String LAYOUT_TRACE
Channel name for debug message about layout tracing.

See Also:
Constant Field Values

OLD_DEBUG_TRACE

static final java.lang.String OLD_DEBUG_TRACE
Channel name for debug message which will be triggered by the old logging system (not yet implemented).

See Also:
Constant Field Values

OLD_DEBUG_STACKTRACE

static final java.lang.String OLD_DEBUG_STACKTRACE
Channel name for debug message which will be triggered by the old logging system (not yet implemented).

See Also:
Constant Field Values