[richfaces-issues] [JBoss JIRA] (RF-13279) Extend Logger interface with method log(Level level, CharSequence message, Object... args);

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Tue Oct 22 06:25:02 EDT 2013


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



More information about the richfaces-issues mailing list