org.jogre.common.util
Interface IJogreLog

All Known Implementing Classes:
JogreLogger

public interface IJogreLog

Interface which compliments the JogreLog class.

Version:
Alpha 0.2.3
Author:
Bob Marks

Field Summary
static int DEBUG
          Level 3 priority (low).
static int DEFAULT_CONSOLE_PRIORITY
          Default priority (if problems reading from the properties file.
static int DEFAULT_FILE_PRIORITY
          Default value for file output.
static boolean DEFAULT_SHOW_PRIORITY
          Default for showing a priority.
static int ERROR
          Level 1 priority (high).
static int INFO
          Level 2 priority (medium).
static int NONE
          No logging will be created.
static String[] PRIORITY_STRS
          String values of priorities
 

Field Detail

NONE

public static final int NONE
No logging will be created.

See Also:
Constant Field Values

ERROR

public static final int ERROR
Level 1 priority (high).

See Also:
Constant Field Values

INFO

public static final int INFO
Level 2 priority (medium).

See Also:
Constant Field Values

DEBUG

public static final int DEBUG
Level 3 priority (low).

See Also:
Constant Field Values

PRIORITY_STRS

public static final String[] PRIORITY_STRS
String values of priorities


DEFAULT_CONSOLE_PRIORITY

public static final int DEFAULT_CONSOLE_PRIORITY
Default priority (if problems reading from the properties file.

See Also:
Constant Field Values

DEFAULT_FILE_PRIORITY

public static final int DEFAULT_FILE_PRIORITY
Default value for file output.

See Also:
Constant Field Values

DEFAULT_SHOW_PRIORITY

public static final boolean DEFAULT_SHOW_PRIORITY
Default for showing a priority.

See Also:
Constant Field Values