christophe-hall / as3-commons

Automatically exported from code.google.com/p/as3-commons
0 stars 0 forks source link

Suggestion: Change ILogger to accept Object instead of String #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A log entry might not always be a string. Let ILogger methods accept Object
instead of String and allow the concretes to determine what to do with the
log entry instance.

Original issue reported on code.google.com by c0dem4gn...@gmail.com on 6 Jul 2009 at 10:31

GoogleCodeExporter commented 8 years ago
That would help with some of the implementations that i'm working on too. Some 
3rd party loggers allow for 
display of bitmap, objects, etc etc. I'm working specifically with Arthropod, 
and i'd like to use its other features in 
conjunction with as3commons-logging.

Original comment by hyaku...@gmail.com on 29 Nov 2009 at 1:40

GoogleCodeExporter commented 8 years ago
I miss tracing object hierarchy with DeMonsterDebugger because of this

Original comment by benoit.j...@gmail.com on 8 Oct 2010 at 7:46

GoogleCodeExporter commented 8 years ago
Available in the new release of AS3Commons-Logging 1.2 
(https://dev.yoolab.org/maven/content/repositories/releases/org/as3commons/as3co
mmons-logging/1.2/)

Original comment by christophe.herreman on 20 Oct 2010 at 1:22

GoogleCodeExporter commented 8 years ago
wow thx

Original comment by benoit.j...@gmail.com on 28 Oct 2010 at 10:01