Order ( high priority to low):
- FATAL ERROR WARN INFO DEBUG TRACE
debug
to write debugging messages which should not be printed when the application is in production.info
for messages similar to the "verbose" mode of many applications.warn
for warning messages which are logged to some log but the application is able to carry on without a problem.error
for application error messages which are also logged to some log but, still, the application can hobble along. Such as when some administrator-supplied configuration parameter is incorrect and you fall back to using some hard-coded default value.fatal
for critical messages, after logging of which the application quits abnormally.
- ALL
- OFF
No comments :
Post a Comment
Your Comment and Question will help to make this blog better...