Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
minLevel3
outlinetrue
stylenone

Configuring

...

Logging Systems

A-Stack runtime supports number of different logging systems -

  1. sff -  A-Stack provided logging system
  2. log4j
  3. slf4j
  4. jakarta commons
  5. avalon
  6. JUL 


Following section Another reason is that different components/libraries may use different logging systems and developer (as a library consumer) might not have a choice on the matter.


I’ve heard heated discussions about which logging system is better and for what. I’ve never heard of anyone getting confused about that.

Application Logging

A-Stack allows users to log messages into log files

...