Show TOC Start of Content Area

Background documentation Appendix A: Severity Levels  Locate the document in its SAP Library structure

Severity

Value

Details

ALL

0

Output messages of all severity.

MIN

0

Minimum restriction

DEBUG

100

For debugging purposes, with extensive and low level information.

PATH

200

For tracing the execution flow. For example, it is used in the context of entering and leaving a method, looping and branching operations.

INFO

300

Informational text, announcing  what has been performed.

WARNING

400

The application can recover from an anomaly and fulfill the required task, but needs attention from a developer/operator.

ERROR

500

The application can recover from error, but cannot fulfill the required task due to the error.

FATAL

600

The application cannot recover from error, and the severe situation causes a fatal termination.

MAX

700

Maximum restriction

NONE

701

No messages will be logged.

 

 

 

End of Content Area