Lukáš Fryč created RF-13279:
-------------------------------

             Summary: Extend Logger interface with method log(Level level, 
CharSequence message, Object... args);
                 Key: RF-13279
                 URL: https://issues.jboss.org/browse/RF-13279
             Project: RichFaces
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: core
    Affects Versions: 5.0.0.Alpha2
            Reporter: Lukáš Fryč
            Priority: Minor


Currently there are following methods:

{code}
void log(Level level, CharSequence content);
void log(Level level, Throwable error, Enum<?> messageKey, Object... args);
{code}

But if someone wants to log String message and interpolate it with list of 
arguments, there is no equivalent available.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to