Application logs provide a centralized and structured way to monitor application execution and identify errors that occur during runtime. They help developers and administrators analyze system behavior, troubleshoot issues, and ensure smooth application operations.
The application logs are delivered as a reuse library, primarily used within the Application Jobs app. They can also be consumed by other applications. The library offers a consistent and user-friendly interface to review runtime messages across applications.
Using the application logs reuse library, you can:
- View detailed application log entries
- Filter logs based on severity levels
- Search for specific message texts
- Display detailed message information
- Access archived application logs
We have created an application log object to capture logs for the application job. You can find the implementation logic in the ZCL_LH_CATEGORY_UPDATE_JOB class.
- Application log object: ZLH_APPLICATION_LOG