elharo commented on a change in pull request #8: [DOXIA-534] Migrate logging to
slf4j and deprecate doxia-logging-api
URL: https://github.com/apache/maven-doxia/pull/8#discussion_r395993340
##########
File path:
doxia-core/src/main/java/org/apache/maven/doxia/util/XmlValidator.java
##########
@@ -58,18 +60,24 @@
/** lazy xmlReader to validate xml content*/
private XMLReader xmlReader;
- private Log logger;
+ private static final Logger LOGGER = LoggerFactory.getLogger(
XmlValidator.class );
Review comment:
logger since it's not really a constant value
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]