I can log info messages without a problem, but can't figure out how to log verbose messages. Any help would be welcomed.
My problem is:
loggingEvent.Level can be checked in the Format function. The possible values are amongst others, Info, Debug, Error, Verbose, there are more, but these are the ones I'll be using mostly.
The actual log object only has the following methods:
Log.Info Log.Debug Log.Warn Log.Error
As you can see - no verbose!
So how can I Log a verbose message, this is different to debug
Thanks in advance