November 2017
Intermediate to advanced
398 pages
10h 14m
English
When logging, it is not enough simply to store the message. Rather, programmers need to apply context to be able to increase value and make it easier to perform troubleshooting. For example, if an application leads to a failed transaction, it will look like the following:
Transaction Failed
Logging the problem as shown previously will not be sufficient or clear enough for troubleshooting.
Transaction failed 2342624 : cc number checksum
Messages that are logged like the previous log will be more useful in clarifying the details of the problem or error and will make it easier to troubleshoot. Furthermore, when logging a message, it is advised that you perform automated processing. This is because the log message needs ...
Read now
Unlock full access