ATM holds the possibility to save log entries in a table. The parameters for the logging are adjusted here:
Log active (@IAG_CFG.U_LOG_ACT):
This button turns the writing of the log entries on and off.
Log level (@IAG_CFG.U_LOG_LVL):
Contains the information’s level of detail in the log. Every stage contains the previous one. The following values can be chosen:
Value | Meaning | Description |
---|---|---|
D | Debug | Technical information about individual program steps |
I | Info | Informative entries are recorded additionally |
W | Warning | Warnings are recorded additionally |
E | Error | Errors are recorded additionally |
X | Exception | Exceptions are recorded additionally |
Log limit (@IAG_CFG.U_LOG_LIM):
Contains the maximum number of sentences in the log table. With reaching the limit, for every new entry the respective oldest one will be deleted.
Post your comment on this topic.