Hi,
    We have a created a customTarget which will log the messages to 
a Debug Console. In the console, we need to display the message and 
the object that is passed to the logger.

For eg: 

       
 1)    res:Object ; // asuume it is initialized some where else
     myLogger.info("This is a {1} message", res);
       
     The output will look like 
          This is a <res.toString()> message.

2) In our scenario we don't want the message to be replaced with the 
content of the 2nd argument. We need to access the object as it is.

          The current Logging mechanism we dont see a way to achieve 
this. Even If we can create our own logger and logevent, how does 
the Log.getLogger be changed to return the customLogger object.

Any suggestions? Please help me, this is urgent.


Thanks,
Santa











--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to