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_r395993269
##########
File path:
doxia-core/src/main/java/org/apache/maven/doxia/parser/AbstractParser.java
##########
@@ -54,8 +56,10 @@
private MacroManager macroManager;
/** Log instance. */
- private Log logger;
+ @Deprecated
+ private Log log;
+ protected Logger logger = LoggerFactory.getLogger( getClass() );
Review comment:
final?
----------------------------------------------------------------
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]