I second Paul.  This seems like an entirely new implementation of logging.
 I've done something very similar that what your wanting to do.
Let me see if I can dig up that code.

Cheers,
Nate

On Fri, Oct 31, 2008 at 9:21 AM, Paul Andrews <[EMAIL PROTECTED]> wrote:

>   If you just want to write messages to a server log, couldn't you just
> make
> your own standalone class rather than bother extending anything else?
>
> Paul
>
>
> ----- Original Message -----
> From: "templeavenue" <[EMAIL PROTECTED] <templeavenue%40yahoo.com>>
> To: <flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>>
> Sent: Friday, October 31, 2008 3:22 PM
> Subject: [flexcoders] Custom log
>
> > hi.. I'd like to create a custom log...but I am kinda stuck now ( I
> > have read some tutorials for custom but it's a little different than
> > what I want). Basically, I want to customize so that I can do like this
> > myLog.getLogger("someFilterWebService").info(arg1,arg2)
> > it's going to write to the server. and I want to specify the log file
> > name and the message.
> > I got the customize target done. But in order to do "info(arg1,arg2) I
> > need to override lots of methods in mx.logging
> > At this moment the problem is that I need to have my own log event ; I
> > did extends the LogEvent but I don't know how or where to create the
> > eventlistener for my own log event (and how to define the type event
> > for my own log event). any help will be appreciated thanks..
> >
> >
> >
> > ------------------------------------
> >
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Alternative FAQ location:
> >
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> > Links
> >
> >
> >
>
>  
>

Reply via email to