76343/4/5 | English, Revision 05 | Date: 23.02.2022
79
Debug / Logging – Chapter 9
Example of an output line:
5224381 302808 1:27:02.610085 SerPoll SerialUart.c [ 621] INFO: Ser1:
Write 16 bytes to uart
Elements of the output line (for the numbers see Table 53 above):
9.1.3 Syslog Server
Figure 63
Debug / Logging: Syslog Server
These messages can also be sent to a Syslog server. The IP address of this server
has to be defined for this.
0.0.0.0
means that this function is not active.
4
Thread
Name or ID of the process that issues this message
5
Source
file name
a) Name of the program file and
b) number of the program line,
which generated this message.
6
Class
There are classes:
–
ERROR
–
WARN
–
INFO
–
TRACE
that are active according to the debug settings (Default,
Detailed, Maximum).
Table 54
Debug / Logging: Elements of a Debug Log output line
2
3
1
4
5a
5b
Class
Message
5224381 302808 1:27:02.610085 SerPoll SerialUart.c [ 621] INFO: Ser1: Write 16 bytes
to uart
Table 53
Debug / Logging: Debug Information (part 2 of 2)
No. Information
Note