Java logging framework: Difference between revisions

Content deleted Content added
Rusya7 (talk | contribs)
Summary: deleted text without a reference: SLF4J and Logback, both originally written by the original writer of log4j...
Line 108:
 
The Java Logging API is also not a logging framework, but a standard API for accessing a logging framework. Compatible frameworks can be loaded into JVM and accessed via the API. There is also a logging implementation supplied with the Sun JVM which is the default logging framework accessed by the API. Many developers confuse this implementation with the Java Logging API.
 
[[SLF4J]] and Logback, both originally written by the original writer of log4j, are growing potential replacements in particular for log4j and Apache Commons Logging.
 
==See also==