Use a class-based API to create and read application logs.
You can use a class-based API to create and read application logs. The application log is a tool for collecting messages or exceptions which are stored in a log. You can save this log in the database or read and delete it from there.
If an application wants to collect messages and exceptions which occur during runtime of an application program, the following steps are required:
If an application wants to read the content of an application log from the database, for example, to display its content, the following steps are required: