AMT Help Files

Logging Severity Levels

This is the list of all possible Logging Severity Levels from most critical to least critical. In case of Emergency and Critical immediate action is required. In that case probably also an email should be generated and be sent to a top level system operator.

Severity Level  Description 
Emergency  An absolutely critical problem has arisen which has stopped the functioning of the AMT runtime environment, like the going down of the System Database. Immediate action is required. 
Critical A critical problem has arisen which alread has stopped or will stop the functioning of the AMT runtime environment. Immediate action is required.
Bugreport  An error has occurred and an extensive bug report will be created. 
Error  An error has occurred and an error message will be created. 
Warning  A possible error or problem has occurred and a warning message is created. 
Notice  A short information message is created. 
Information  A more extensive information message is created.
Debug  Full debug information will be created. 

 

 
The levels Information and Debug create a lot of logging information. Best is to write information only to log files and debug information only to trace files.