Java logging framework: Difference between revisions

Content deleted Content added
M0smith (talk | contribs)
mNo edit summary
M0smith (talk | contribs)
mNo edit summary
Line 24:
|}
The logging framework maintains the current logging level for each logger. The logging level can be set more or less restrictive. For example, if the logging level is set to "WARNING", then all messages of that level or higher are logged, ERROR and FATAL.
==Best Practices==
==Summary==
==Links to Java Logging Projects==