I am using Caliburn.Micro and NLOG. I have build my logging according to this sample: http://buksbaum.us/2010/08/08/how-to-do-logging-with-caliburn-micro/
This works well and as expected. But Caliburn sets the level of all its messages to info. I would prefer them to be Debug Statements. Is there an easy way to do that?