This is a draft cheat sheet. It is a work in progress and is not finished yet.
Fatal
Top level unhandled exceptions |
Errors/exceptions that require manual intervention |
Errors
Exceptions that is wrong for this user or part of workflow, but doesn't affect other users/pages |
If you don't know for sure, log as fatal |
Warnings
Something might be going wrong |
Unusual user behaviour |
Repeated attempts to login to same account |
Info
Entry points for methods |
EHR down |
Other information showing flow through application |
Debug
Parameters for methods calls |
Effectively watch values for a variable (i.e. log content of relevant variable) |
|
|
|