https://github.com/openmindlab/openutils-log4j
https://github.com/openmindlab/openutils-log4j
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmindlab/openutils-log4j
- Owner: openmindlab
- Created: 2018-10-07T19:52:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T20:48:49.000Z (over 4 years ago)
- Last Synced: 2025-07-09T23:13:49.535Z (12 months ago)
- Language: Java
- Size: 204 KB
- Stars: 0
- Watchers: 25
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openutils-log4j
[](https://github.com/openmindlab)
Openutils-log4j is composed by a set of utility for log4j and log4j2.
This project is supposed to support both log4j and log4j2 features so that:
- migration to log4j2 should be easier
- declaring log4j version is just a matter of a maven dependency declaration
# Features log4j(1)
- AlternateSMTPAppender
- EnhancedDailyRollingFileAppender
- FilteredPatternLayout
- Log4jConfigurationServlet
# Features log4j2
- ExtendedSmtpAppender (thanks to [Thies Wellpott])
### About Unit tests
Due to maven classpath for test uniqueness, it's impossible to change log4j dependency based upon class.
**Only log4j2 tests** are currently supported. Old log4j tests will be simply ignored
[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)
[Thies Wellpott]: