com.sap.ip.me.api.services
Interface LogSeverities

All Known Implementing Classes:
Log

Deprecated. since MI2.5. Use com.sap.ip.me.api.logging.Severities instead.

public interface LogSeverities

The severity constants for the Mobile Engine logging framework.

Author:
SAP

Field Summary
static int ALL_LEVEL
          Deprecated. With this level every message will be logged.
static int DEBUG_LEVEL
          Deprecated. The log level for debugging purposes.
static int DEVELOP_LEVEL
          Deprecated. The log level for developping purposes.
static int ERROR_LEVEL
          Deprecated. All errors have to be logged with this log level.
static int EVENT_LEVEL
          Deprecated. For internal use only.
static int FATAL_LEVEL
          Deprecated. Fatal error should be logged with this severity.
static int INFO_LEVEL
          Deprecated. The log level for information purposes.
static int PATH_LEVEL
          Deprecated. The log level for path information.
static int STEP_LEVEL
          Deprecated. For internal use only.
static int WARNING_LEVEL
          Deprecated. All warnings have to be logged with this log level.
 

Field Detail

DEVELOP_LEVEL

public static final int DEVELOP_LEVEL
Deprecated. 
The log level for developping purposes.

See Also:
Constant Field Values

STEP_LEVEL

public static final int STEP_LEVEL
Deprecated. 
For internal use only. Do not use this log level in your application.

See Also:
Constant Field Values

EVENT_LEVEL

public static final int EVENT_LEVEL
Deprecated. 
For internal use only. Do not use this log level in your application.

See Also:
Constant Field Values

ALL_LEVEL

public static final int ALL_LEVEL
Deprecated. 
With this level every message will be logged.

See Also:
Constant Field Values

DEBUG_LEVEL

public static final int DEBUG_LEVEL
Deprecated. 
The log level for debugging purposes.

See Also:
Constant Field Values

PATH_LEVEL

public static final int PATH_LEVEL
Deprecated. 
The log level for path information.

See Also:
Constant Field Values

INFO_LEVEL

public static final int INFO_LEVEL
Deprecated. 
The log level for information purposes.

See Also:
Constant Field Values

WARNING_LEVEL

public static final int WARNING_LEVEL
Deprecated. 
All warnings have to be logged with this log level.

See Also:
Constant Field Values

ERROR_LEVEL

public static final int ERROR_LEVEL
Deprecated. 
All errors have to be logged with this log level.

See Also:
Constant Field Values

FATAL_LEVEL

public static final int FATAL_LEVEL
Deprecated. 
Fatal error should be logged with this severity.

See Also:
Constant Field Values


Copyright © 2005 SAP AG. All Rights Reserved.