com.izforge.izpack.util
Interface LogMessage

All Known Implementing Classes:
Log

public interface LogMessage

Interface for handle message logging with IzPack Log class.

Author:
Elmar Grom

Field Summary
static int MAX_MESSAGE
          The highest legal error message number is less than this value.
static int MESSAGE_BASE
          First index for warning messages
 

Field Detail

MESSAGE_BASE

static final int MESSAGE_BASE
First index for warning messages

See Also:
Constant Field Values

MAX_MESSAGE

static final int MAX_MESSAGE
The highest legal error message number is less than this value.

See Also:
Constant Field Values