Hi every one!
I'm writing an application in asp.net mvc. I have got presentation layer, controllers and viewModel layer, document layer ( document model [I use ravendb] and repositories) and a framework layer.
Currently I'm wondering how to design logging. I have chosen Nlog + Ninject.Logging extensions.
My question is what information should I write to log ? ( in debug / release ) I know that all exceptions should be logged...
Does anyone have some expirience with it ?