On 13 Feb 2009, at 12:40, Oldtimer wrote:
> > > > On 13 Feb., 00:39, "sergio.sprite" <[email protected]> wrote: >> Hello everybody, I need to log some messages from some class on Libs >> directory, do you know how can I access the logger.info from this >> directory ? is there a way to do this ? I would appreciate your help, >> thanks in advice > > if you use a rake with option 'environment', just use that: > > RAILS_DEFAULT_LOGGER.info('xxxx') > Or Rails.logger (which boils down to the same thing) > ;-) > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

