Skip to main content

Output

Output:

Output provides us with information about the events that have occurred. Writings such as console outputs, errors that occur during operation, and daily information are displayed here.

Outputs have a graded structure. There are four different levels. These are:

  • Error: It is the fourth highest layer. The most critical output information is displayed here. It usually shows the errors that occur when the project is run.
  • Warning: It is the third layer. Although it is not as critical as an error, it is a valuable layer. Warning information is observed here.
  • Information: It is the second low-level layer. General information is provided here.
  • Monitoring: It is the first level layer. The simplest level of information is displayed here. It includes project monitoring operations. Console data is displayed. The operations performed while loading the project can be easily viewed from here.

Error List:

It shows the errors that need to be corrected before running the project.