]
Brian Stansberry updated WFCORE-3145:
-------------------------------------
Fix Version/s: 3.0.0.CR1
Comment out unused Logger methods
---------------------------------
Key: WFCORE-3145
URL:
https://issues.jboss.org/browse/WFCORE-3145
Project: WildFly Core
Issue Type: Task
Components: Server
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 3.0.0.CR1
The various XXXLogger/XXXMessages interfaces over the years have accumulated a lot of
no-longer-used methods. Comment these out to save the memory space used by the interface
itself and by the implementation that's generated.