-
Improvement
-
Resolution: Fixed
-
Major
-
None
Use java.util.logging.Logger instead of org.apache.log4j.Logger.
The side issue is currently, I'm not able to capture any log message via defined Jenkins log recorder, not sure if this helps though.
Used log level mapping:
Log4J | J.U.L |
---|---|
error | severe |
warning | warning |
info | info |
debug | finer |
The same mapping is used in Jenkins core.