com.sapportals.common

Class LoggingConsts

java.lang.Object
  extended by com.sapportals.common.LoggingConsts
All Implemented Interfaces:
SeverityConsts

public class LoggingConsts
extends Object
implements SeverityConsts

A class that provides logging constants. This class provides the following constants:

These constants used as parameters when creating log messages. Log messages are meant for system administrators to monitor the portal behaviour.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sapportals.common.SeverityConsts
SeverityConsts.Logger, SeverityConsts.Tracer
 
Field Summary
static String CONNECTORS
           
static String CONNECTORS_BASE_CONTENT
           
static String DQE
          The following constants indicate the category from which the log message is written.
static LoggingConsts ERROR
          A constant that represents a log message of error-level severity.
static LoggingConsts FATAL
          A constant that represents a log message of fatal-level severity.
static String GLOBAL_PLATFORM
           
static LoggingConsts INFO
          A constant that represents a log message of info-level severity.
static String IVIEW_RUNTIME
           
static String NAVIGATION_AND_DESKTOP
           
static String OBN
           
static String PORTAL_ADMIN
           
static String SMART
           
static String SYSTEM_LANDSCAPE
           
static String UNFICATION_AND_OBN
           
static String UNIFICATION
           
static String UPGRADE_AND_MIGRATION
           
static LoggingConsts WARNING
          A constant that represents a log message of warning-level severity.
 
Method Summary
 int toInt()
          Returns the integer value of the severity level.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FATAL

public static final LoggingConsts FATAL
A constant that represents a log message of fatal-level severity. Used as a parameter in the log methods.


ERROR

public static final LoggingConsts ERROR
A constant that represents a log message of error-level severity. Used as a parameter in the log methods.


WARNING

public static final LoggingConsts WARNING
A constant that represents a log message of warning-level severity. Used as a parameter in the log methods.


INFO

public static final LoggingConsts INFO
A constant that represents a log message of info-level severity. Used as a parameter in the log methods.


DQE

public static final String DQE
The following constants indicate the category from which the log message is written.

See Also:
Constant Field Values

CONNECTORS

public static final String CONNECTORS
See Also:
Constant Field Values

UNIFICATION

public static final String UNIFICATION
See Also:
Constant Field Values

UNFICATION_AND_OBN

public static final String UNFICATION_AND_OBN
See Also:
Constant Field Values

OBN

public static final String OBN
See Also:
Constant Field Values

CONNECTORS_BASE_CONTENT

public static final String CONNECTORS_BASE_CONTENT
See Also:
Constant Field Values

IVIEW_RUNTIME

public static final String IVIEW_RUNTIME
See Also:
Constant Field Values

NAVIGATION_AND_DESKTOP

public static final String NAVIGATION_AND_DESKTOP
See Also:
Constant Field Values

PORTAL_ADMIN

public static final String PORTAL_ADMIN
See Also:
Constant Field Values

GLOBAL_PLATFORM

public static final String GLOBAL_PLATFORM
See Also:
Constant Field Values

SYSTEM_LANDSCAPE

public static final String SYSTEM_LANDSCAPE
See Also:
Constant Field Values

UPGRADE_AND_MIGRATION

public static final String UPGRADE_AND_MIGRATION
See Also:
Constant Field Values

SMART

public static final String SMART
See Also:
Constant Field Values
Method Detail

toInt

public int toInt()
Returns the integer value of the severity level.

Returns:
the integer value of the severity level
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/common/api api EP-PIN


Copyright 2012 SAP AG Complete Copyright Notice