Using other log4net logging levels than the usual ones
Posted
by vtortola
on Stack Overflow
See other posts from Stack Overflow
or by vtortola
Published on 2010-04-20T14:03:42Z
Indexed on
2010/04/20
14:23 UTC
Read the original article
Hit count: 434
Hi,
I've realised that there is more levels than all, debug, info, warn, error and fatal, they are listed in the log4net.Core.Level
class.
But how can I use them? I mean, in the ILog
interface you have methods to use the usual ones, but what if you want to use "Fine" or "Emergency", etc?
Cheers.
© Stack Overflow or respective owner