James Perkins created LOGTOOL-130:
-------------------------------------
Summary: Remove the usage of static strings from the generated source
Key: LOGTOOL-130
URL:
https://issues.jboss.org/browse/LOGTOOL-130
Project: Log Tool
Issue Type: Enhancement
Reporter: James Perkins
Assignee: James Perkins
Fix For: 2.1.0.Beta2
Currently there is a private static string constant created for each message. This string
is just returned in the `methodName$str()` method. Instead of creating the string constant
just have the generated method return the message string. This reduces the size of the
metaspace required for the class.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)