houxq / flash-console

Automatically exported from code.google.com/p/flash-console
0 stars 0 forks source link

Console should be possible to addTarget(ILoggingTarget) in Flex logging. #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This way one who use ILogger as their logging method can simply do something 
like:

var target:ConsoleTarget = new ConsoleTarget();
Log.addTarget(target);

from then on, 
var log = Log.getLogger("test");
log.info(" HELLO WORLD ");

should show up in both console (and flex debugger trace), etc.

Original issue reported on code.google.com by luay...@gmail.com on 18 Apr 2010 at 11:21

GoogleCodeExporter commented 8 years ago

Original comment by luay...@gmail.com on 20 Jul 2010 at 10:10