Application logfile

Prev Next

Summary

Application logfile provides visibility into application messages. Messages are generated during operation and can include information about events, warnings, or errors.

Application logfile is represented as an individual page tab for System information page.

Notification alert level selection

Notification alert level control allows to set the minimum severity level of the messages that are displayed in the Messages grid. Only messages with a severity level equal to or higher than the selected level will be shown.

The available alert levels are:

  • TRACE - Provides very detailed information, often including the step-by-step execution of code. This level is typically used for in-depth debugging.

  • DEBUG - Offers fine-grained informational events that are most useful for debugging an application.

  • INFO - Indicates important administrative significant events that show the progress of the application at a coarse-grained level.

  • WARN - Signifies potentially harmful situations that might warrant attention but do not necessarily indicate a critical error.

  • ERROR - Indicates error events that might still allow the application to continue running.

Messages grid

Messages grid displays the application messages that meet the selected "Notification alert level". Each row in the table represents a single message and provides the following information:

  • Level - The severity level of the individual message.

  • Timestamp - The date and time when the message was generated.

  • Class name -The name of the application class or component that produced the message.

  • Message - The text content of the message, describing the event that occurred.

  • Detailed information - click on the icon allows to see detailed information about the message in a pop-up