[Springnet-developer] Common.Logging usage in Spring.NET
Brought to you by:
aseovic,
markpollack
|
From: Adrian R. <aro...@ef...> - 2007-09-07 18:51:25
|
I posted a question to the netcommon developer list about a logging question I had. I noticed that Spring.NET uses Common.Logging so I figured I would ask you guys the same question. =20 Here is the question I asked to netcommon: We started using common logging with nlog. Unfortunately, the nlog ${callsite} always renders the method name in Common.Logging. Has anyone here been through this before? I want the ${callsite} to render the method I called Common.Logging from. If I don't have this, I don't know where the message came from. If anyone could provide some help in this area, I'd be very grateful. Thanks. <adrian /> |