shapper
unread,Mar 9, 2012, 8:50:16 AM3/9/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to agath...@googlegroups.com
Hello,
I am using Agatha with Common.Logging and NLog.
It is working great in handle exceptions on the handlers!
I need to log some info inside one handler. Something like:
this.Log(Type.Info, "The newsletter was @ 13:45");
Is it possible to access the Logger from the handler?
Or do I need to inject the logger in the handler?
Thank You,
Miguel