com.izforge.izpack.util
Interface LogWarning

All Known Implementing Classes:
Log

public interface LogWarning

Interface for handle warnings logging with IzPack Log class.

Author:
Elmar Grom

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

Field Detail

WARNING_BASE

static final int WARNING_BASE
First index for warning messages

See Also:
Constant Field Values

MAX_WARNING

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

See Also:
Constant Field Values