com.sdm.quasar.client.core.common.logging
Interface LoggingLevel


public interface LoggingLevel

Defines the default log levels.

Version:
1.0
Author:
Bernd Olleck, sd&m AG

Field Summary
static int DEBUG
          Level for debugging messages.
static int ERROR
          Level for errors
static int FATAL
          Level for fatal errors
static int INFO
          Level for information messages.
static int WARN
          Level for warnings
 

Field Detail

DEBUG

public static final int DEBUG
Level for debugging messages.

See Also:
Constant Field Values

INFO

public static final int INFO
Level for information messages.

See Also:
Constant Field Values

WARN

public static final int WARN
Level for warnings

See Also:
Constant Field Values

ERROR

public static final int ERROR
Level for errors

See Also:
Constant Field Values

FATAL

public static final int FATAL
Level for fatal errors

See Also:
Constant Field Values