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

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Oct 23 13:16:03 EDT 2013


     [ https://issues.jboss.org/browse/RF-13279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-13279:
-------------------------------

    Fix Version/s: 5-Tracking

    
> 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
>             Fix For: 5-Tracking
>
>
> 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