Home > Apache Log4j >
Logging Framework is an abstraction that hide details related to how logging
to be done, from end user. As Log4j is configuration based logging framework,
one can define how logging has to be done, by defining appropriate configuration
for File/JDBC or both
What would be file name or JDBC related connection URL with credentials
Levels of root logger, such as DEBUG, WARN, INFO, ERROR, FATAL etc
Many more, those as covered in example and articles below:
|