Where can I get the docs for the conversion pattern?
I search & googled but I can’t find anything concrete, I
mean some sort of table that explains what each thingie
does.
In short, I can’t log4net to do the logging.
I do:
private
ILog logger = LogManager.GetLogger(typeof
(VisibleObjectContainer));
public
VisibleObjectContainer(Type type)
{
Utility.CheckArgsNotNull(type);
if (logger.IsDebugEnabled) //ALWAYS fals
best (and I think the only) GUI logging viewer that
> log4net currently works with.
>
> > -Original Message-
> > From: Ayende Rahien [mailto:[EMAIL PROTECTED]
> > Sent: 26 September 2004 19:36
> > To: 'Log4NET User'
> > Subject: Watching logs
> &g
I want to see the logs as they are being logged on a GUI
application.
Is there some log client that I can use?
I tried chainsow, but I couldn’t
get it to show me anything.
dependency injection frameworks, Spring and pico come to mind,
I think I'll use one of those instead and create interceptors.
-Original Message-
From: Ayende Rahien
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 22,
2004 6:07 PM
To: 'Log4NET
User'; [EMAIL PROTECT
Title: Message
What do you want to do with this?
From: Mario Gutierrez
[mailto:[EMAIL PROTECTED]
Sent: Thursday, September 23, 2004
1:44 AM
To: 'Log4NET User'
Subject: Anyone consdiering
attributes?
If not, maybe I'll contribute if I can find a free weekend.
I'm more than a little bit confused regarding logging &
exception handling.
To start with, I want to use a single point in my
applications for logging and possibly for exception handling.
My problem is that I don't know what to choose.
I checked the following:
- log4net
- MS Ex