http://bugzilla.slf4j.org/show_bug.cgi?id=110


Ceki Gulcu <lis...@qos.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lis...@qos.ch
             Status|NEW                         |ASSIGNED




--- Comment #2 from Ceki Gulcu <lis...@qos.ch>  2009-04-16 12:09:28 ---
Hi Robert,

Thank you for this contribution. I quite like the ideas present in your code,
in particular, the ability to detect that LogPrintStream is being invoked by
Throwable. Allowing the logging framework, e.g. log4j, to still access the
original console is also quite smart.

>From what I could gather, the code does not aggregate the various print(s)
calls made to LogPrintStream by Throwable.printStackTrace() method into a
single log statement. You already have some of the logic to do that. Would you
care to add the ability to aggregate multiple print(s) calls made by Throwable
into a single log statement?

Since this contribution is on the substantial side, may I ask you to file an
ICLA? See http://logback.qos.ch/cla.txt for details.


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to