Log4j
Concepts
Log4j has four fundamental objects: categories, priorities, appenders and layouts.
Configuration
Properties can be defined by a properties file or by an XML file.
Logging Level are:
- ALL
- DEBUG
- ERROR
- FATAL
- INFO
- OFF
- TRACE
- WARN
Log4j has four fundamental objects: categories, priorities, appenders and layouts.
Properties can be defined by a properties file or by an XML file.
Logging Level are: