com.resilientedge.util.logger
Interface LevelConstants

All Known Implementing Classes:
Level

public interface LevelConstants

Title: Description: Copyright: Copyright (c) 2001 Company:

Version:
1.0
Author:
 

Field Summary
static int CRITICAL_ERROR
          Description of the Field
static java.lang.String CRITICAL_ERROR_STRING
          Description of the Field
static int DEBUG
          Description of the Field
static java.lang.String DEBUG_STRING
          Description of the Field
static int ERROR
          Description of the Field
static java.lang.String ERROR_STRING
          Description of the Field
static int INFO
          Description of the Field
static java.lang.String INFO_STRING
          Description of the Field
static int TRACE
          Description of the Field
static java.lang.String TRACE_STRING
          Description of the Field
static int UNKNOWN_LEVEL
          Description of the Field
static int WARNING
          Description of the Field
static java.lang.String WARNING_STRING
          Description of the Field
 

Field Detail

UNKNOWN_LEVEL

public static final int UNKNOWN_LEVEL
Description of the Field

TRACE

public static final int TRACE
Description of the Field

TRACE_STRING

public static final java.lang.String TRACE_STRING
Description of the Field

DEBUG

public static final int DEBUG
Description of the Field

DEBUG_STRING

public static final java.lang.String DEBUG_STRING
Description of the Field

INFO

public static final int INFO
Description of the Field

INFO_STRING

public static final java.lang.String INFO_STRING
Description of the Field

WARNING

public static final int WARNING
Description of the Field

WARNING_STRING

public static final java.lang.String WARNING_STRING
Description of the Field

ERROR

public static final int ERROR
Description of the Field

ERROR_STRING

public static final java.lang.String ERROR_STRING
Description of the Field

CRITICAL_ERROR

public static final int CRITICAL_ERROR
Description of the Field

CRITICAL_ERROR_STRING

public static final java.lang.String CRITICAL_ERROR_STRING
Description of the Field


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.