[slf4j-user] Overloads taking both format arguments and Throwable

Alexey Romanov alexey.v.romanov at gmail.com
Wed May 16 13:16:44 CEST 2012


It looks nice, thank you!

Yours, Alexey Romanov


On Wed, May 16, 2012 at 2:00 PM,  <slf4j-user-request at qos.ch> wrote:
> Message: 1
> Date: Tue, 15 May 2012 08:28:01 -0700
> From: Chris Pratt <thechrispratt at gmail.com>
> To: User list for the slf4j project <slf4j-user at qos.ch>
> Subject: Re: [slf4j-user] Overloads taking both format arguments and
>        Throwable
> Message-ID:
>        <CAALdY0yr8uXAeBm8JpH61M2ANQ_3MFR1wVLkGZhsg7T_POYc3w at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Take a look at the Onyx add on library.  It gives you that and more.
> http://code.google.com/p/Anodyzed
>  (*Chris*)
>
> On Tue, May 15, 2012 at 12:10 AM, Alexey Romanov <alexey.v.romanov at gmail.com
>> wrote:
>
>> Why doesn't Logger have overloads of logging methods which take both
>> Object arguments to replace {} and an exception? I.e.
>> Logger.error(String, Object, Throwable), Logger.error(String, Object,
>> Object, Throwable), Logger.error(String, Object[], Throwable)? It
>> seems to me there should be no problem with overload resolution.
>>
>> Yours, Alexey Romanov
>> _______________________________________________
>> slf4j-user mailing list
>> slf4j-user at qos.ch
>> http://mailman.qos.ch/mailman/listinfo/slf4j-user
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://mailman.qos.ch/pipermail/slf4j-user/attachments/20120515/92376db7/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 15 May 2012 12:39:56 -0700
> From: Patrick <kc7zzv at gmail.com>
> To: User list for the slf4j project <slf4j-user at qos.ch>
> Subject: Re: [slf4j-user] Overloads taking both format arguments and
>        Throwable
> Message-ID: <112F9ED2-049B-4F11-A982-68740D352D26 at gmail.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Umm, that's giving me a 404.  Is there a typo in your URL?
>
>
> On May 15, 2012, at 8:28 AM, Chris Pratt wrote:
>
>> Take a look at the Onyx add on library.  It gives you that and more.  http://code.google.com/p/Anodyzed
>>   (*Chris*)
>>
>> On Tue, May 15, 2012 at 12:10 AM, Alexey Romanov <alexey.v.romanov at gmail.com> wrote:
>> Why doesn't Logger have overloads of logging methods which take both
>> Object arguments to replace {} and an exception? I.e.
>> Logger.error(String, Object, Throwable), Logger.error(String, Object,
>> Object, Throwable), Logger.error(String, Object[], Throwable)? It
>> seems to me there should be no problem with overload resolution.
>>
>> Yours, Alexey Romanov
>> _______________________________________________
>> slf4j-user mailing list
>> slf4j-user at qos.ch
>> http://mailman.qos.ch/mailman/listinfo/slf4j-user
>>
>> _______________________________________________
>> slf4j-user mailing list
>> slf4j-user at qos.ch
>> http://mailman.qos.ch/mailman/listinfo/slf4j-user
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://mailman.qos.ch/pipermail/slf4j-user/attachments/20120515/710227d8/attachment-0001.html>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 15 May 2012 14:45:30 -0500
> From: "Jacob Kjome" <hoju at visi.com>
> To: "User list for the slf4j project" <slf4j-user at qos.ch>
> Subject: Re: [slf4j-user] Overloads taking both format arguments        and
>        Throwable
> Message-ID: <web-6749322 at mailback3.g2host.com>
> Content-Type: text/plain;charset=iso-8859-1; format="flowed"
>
>
> Try...
>
> http://code.google.com/p/anodyzed
>
>
> Jake
>
> On Tue, 15 May 2012 12:39:56 -0700
> ?Patrick <kc7zzv at gmail.com> wrote:
>> Umm, that's giving me a 404.??Is there a typo in your URL?
>>
>>
>> On May 15, 2012, at 8:28 AM, Chris Pratt wrote:
>>
>>> Take a look at the Onyx add on library.??It gives you that and more.
>>> http://code.google.com/p/Anodyzed
>>>?? (*Chris*)
>>>
>>> On Tue, May 15, 2012 at 12:10 AM, Alexey Romanov
>>><alexey.v.romanov at gmail.com> wrote:
>>> Why doesn't Logger have overloads of logging methods which take both
>>> Object arguments to replace {} and an exception? I.e.
>>> Logger.error(String, Object, Throwable), Logger.error(String, Object,
>>> Object, Throwable), Logger.error(String, Object[], Throwable)? It
>>> seems to me there should be no problem with overload resolution.
>>>
>>> Yours, Alexey Romanov
>>> _______________________________________________
>>> slf4j-user mailing list
>>> slf4j-user at qos.ch
>>> http://mailman.qos.ch/mailman/listinfo/slf4j-user
>>>
>>> _______________________________________________
>>> slf4j-user mailing list
>>> slf4j-user at qos.ch
>>> http://mailman.qos.ch/mailman/listinfo/slf4j-user
>>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 15 May 2012 12:58:29 -0700
> From: Chris Pratt <thechrispratt at gmail.com>
> To: User list for the slf4j project <slf4j-user at qos.ch>
> Subject: Re: [slf4j-user] Overloads taking both format arguments and
>        Throwable
> Message-ID:
>        <CAALdY0zcsif1rpRhPjq3+tnvTdQ2k2_KVbM8BFGWdqG6RAA1wQ at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Thanks Jacob, apparently it's case sensitive and should be
> http://code.google.com/p/anodyzed/
>  (*Chris*)
>
> On Tue, May 15, 2012 at 12:45 PM, Jacob Kjome <hoju at visi.com> wrote:
>
>>
>> Try...
>>
>> http://code.google.com/p/**anodyzed <http://code.google.com/p/anodyzed>
>>
>>
>> Jake
>>
>>
>> On Tue, 15 May 2012 12:39:56 -0700
>>  Patrick <kc7zzv at gmail.com> wrote:
>>
>>> Umm, that's giving me a 404.  Is there a typo in your URL?
>>>
>>>
>>> On May 15, 2012, at 8:28 AM, Chris Pratt wrote:
>>>
>>>  Take a look at the Onyx add on library.  It gives you that and more.
>>>> http://code.google.com/p/**Anodyzed <http://code.google.com/p/Anodyzed>
>>>>    (*Chris*)
>>>>
>>>> On Tue, May 15, 2012 at 12:10 AM, Alexey Romanov <
>>>> alexey.v.romanov at gmail.com> wrote:
>>>> Why doesn't Logger have overloads of logging methods which take both
>>>> Object arguments to replace {} and an exception? I.e.
>>>> Logger.error(String, Object, Throwable), Logger.error(String, Object,
>>>> Object, Throwable), Logger.error(String, Object[], Throwable)? It
>>>> seems to me there should be no problem with overload resolution.
>>>>
>>>> Yours, Alexey Romanov
>>>> ______________________________**_________________
>>>> slf4j-user mailing list
>>>> slf4j-user at qos.ch
>>>> http://mailman.qos.ch/mailman/**listinfo/slf4j-user<http://mailman.qos.ch/mailman/listinfo/slf4j-user>
>>>>
>>>> ______________________________**_________________
>>>> slf4j-user mailing list
>>>> slf4j-user at qos.ch
>>>> http://mailman.qos.ch/mailman/**listinfo/slf4j-user<http://mailman.qos.ch/mailman/listinfo/slf4j-user>
>>>>
>>>
>>>
>> ______________________________**_________________
>> slf4j-user mailing list
>> slf4j-user at qos.ch
>> http://mailman.qos.ch/mailman/**listinfo/slf4j-user<http://mailman.qos.ch/mailman/listinfo/slf4j-user>
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://mailman.qos.ch/pipermail/slf4j-user/attachments/20120515/f2f5936a/attachment-0001.html>
>
> ------------------------------
>
> _______________________________________________
> slf4j-user mailing list
> slf4j-user at qos.ch
> http://mailman.qos.ch/mailman/listinfo/slf4j-user
>
> End of slf4j-user Digest, Vol 8, Issue 6
> ****************************************


More information about the slf4j-user mailing list