Hi
I know its possible to use the built in levels with log4net INFO, WARN, ERROR and FATAL messages
Is it possible to create new ones?
Hi
I know its possible to use the built in levels with log4net INFO, WARN, ERROR and FATAL messages
Is it possible to create new ones?
I stand corrected. It's possible in log4j as well - I've just never done it:
http://www.nabble.com/Logging-custom-level-using-log4j-in-java-to2132907.html
I would not have known unless I'd seen William's response and checked again.
I'm using this to implement Verbose and/or Trace levels:
http://stackoverflow.com/questions/2279773/log4net-how-to-log-a-verbose-message/3461437#3461437