Hi, >From an earlier post:
>Nik, > >There is an example extension in the log4net download that shows how to >add a trace level to log4net. >Have a look in extensions\net\1.0\log4net.Ext.Trace > >Nicko But what if I want to add a new level YYY ? It is not possible to extend the log4net.spi.Level class (as it is sealed)? How should one do ? Regards, Henrik