]
James Perkins updated LOGTOOL-95:
---------------------------------
Fix Version/s: 2.0.1.Final
When using a DelegatingBasicLogger the log invocations should use
super.log
---------------------------------------------------------------------------
Key: LOGTOOL-95
URL:
https://issues.jboss.org/browse/LOGTOOL-95
Project: Log Tool
Issue Type: Bug
Reporter: James Perkins
Assignee: James Perkins
Fix For: 2.0.1.Final
In a logger interface that extends {{org.jboss.logging.BasicLogger}} a
{{DelegatingBasicLogger}} is used to implement the {{BasicLoggerInterface}}. This class
has a protected field called {{log}}. If the interface also includes a field called
{{log}} an ambiguous reference error is generated and the build fails.