Skip to content
Jörg Neumann edited this page Feb 24, 2023 · 21 revisions

The USI Logging API allows the creation of complete, comprehensive logs with almost no effort and extends SAP's standard logging API by powerful features.

Logging error situations instead of debugging them can:

  • significantly reduce support efforts
  • boost developer productivity
  • speed up the processing of tickets
  • aid in analyzing bugs that are hard to debug

The component is:

  • based on SAPs application log (Transaction SLG1)
  • easy to use
  • well documentend
  • controlled by customizing (Log levels will control the detail level of the logs)
  • completely object-oriented

The component enhances the capabilities of the SAP standard by so-called data containers, that can be used to attach virtually any type of data to log messages making them even more valuable. A variety of data containers for common use cases already exists, but new containers can easily be added whenever needed. The screenshot below shows how seamlessly they are integrated into the SAP standard. Messages with data containers have a detail button that opens a popup and the data can be accessed directly from SLG1.

alt text

Clone this wiki locally