Java logging framework: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
GreenC bot (talk | contribs)
Rescued 1 archive link; reformat 1 link. Wayback Medic 2.5 per Category:All articles with dead external links - pass 3
 
(2 intermediate revisions by 2 users not shown)
Line 17:
* The framework then hands the formatted message to the appropriate Appender/Handler for disposition. This might include output to a console display, writing to disk, appending to a database, or generating an email.
 
Simpler logging frameworks, like [https://web.archive.org/web/20020602114537/http://www.theobjectguy.com/javalog/ |Java Logging Framework by the Object Guy], combine the logger and the appender. This simplifies default operation, but it is less configurable, especially if the project is moved across environments.
 
===Logger===
Line 162:
* [http://jakarta.apache.org/commons/logging/ Commons Logging]
* [http://protomatter.sourceforge.net Protomatter]
* [https://alteksolutions.com.sg/what-is-a-data-logger/ Data loggers]
* [http://java-source.net/open-source/logging Open Source Logging Tools in Java]
* [http://apache.org/licenses/LICENSE-2.0 The Apache 2.0 license.]