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

Thanks…