You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Common Logging

Is a thin, modular bridging API with out-of-the-box support for most well known logging systems.


Resources

  • [wiki:/FrequentlyAskedQuestions Frequently Asked Questions]

  • /["How to Configure the Logging Factory and the Logging Class"]

  • /["Commons Logging FUD"]

  • [:/1.0.4ReleasePlan]

  • [:/1.0.5ReleasePlan]

  • [:/1.1.0ReleasePlan]

  • [wiki:/ContainersAndClassloaders Info about containers and classloaders]

  • [wiki:/UndeployMemoryLeak The memory-leak-on-undeploy issue]


  • [http://logging.apache.org/log4j/docs/ Log4J]

  • [https://simple-log.dev.java.net/ Simple Log]

  • Ever get irratated with enclosing your log statements in conditionals? [http://just4log.sourceforge.net/ Just4Log] engineers the bytecode so that every log statements has a conditional wrapper!

  • [http://www.x4juli.org/ x4juli] a native implementation of JCL for java.util.logging. Currently in alpha state.


Enterprise Logging/Logging 2.0 Design Ideas

Just a place to pull some stuff together...

  • /ConfigurationAndDiscovery
  • /ByteCodeEngineering

  • No labels