Want to know about logging process

hi friends,

    Using logger i am logging the Ruby on rails application messages.
In this i want to know , when this logging happen, which process execute
this logging.

Kindly help me...

regards,
S.Sangeetha.

geetha wrote:

hi friends,

    Using logger i am logging the Ruby on rails application messages.
In this i want to know , when this logging happen, which process execute
this logging.

Kindly help me...

regards,
S.Sangeetha.

Geetha,

It's not a separate process, The class is Logger and you can find out
more about it by typing:
ri Logger

or by checking out the rails api at http://api.rubyonrails.org/

hth

ilan

···

--
Posted via http://www.ruby-forum.com/\.

Thanks.....

···

On Fri, Mar 7, 2008 at 8:43 AM, Ilan Berci <coder68@yahoo.com> wrote:

geetha wrote:
> hi friends,
>
> Using logger i am logging the Ruby on rails application messages.
> In this i want to know , when this logging happen, which process execute
> this logging.
>
> Kindly help me...
>
> regards,
> S.Sangeetha.

Geetha,

It's not a separate process, The class is Logger and you can find out
more about it by typing:
ri Logger

or by checking out the rails api at http://api.rubyonrails.org/

hth

ilan

--
Posted via http://www.ruby-forum.com/\.