Java logging framework: Difference between revisions

Content deleted Content added
Functionality overview: deleted superfluous statement: accepts the message object and
"Same original" is rather redundant. Or something.
Line 107:
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 same original writer of log4j, are growing potential replacements in particular for log4j and Apache Commons Logging.
 
== See also ==