Hi,
I've got a problem with basic programmatic configuration.
I've gone back to a Console App, and set the LogFile property to "", but it doesn't turnoff the Logfile.
Setting it to some filename doesn't work either.
public static void Main(string[] args)
{
var config = IdeaBlade.Core.IdeaBladeConfig.Instance;
config.Logging.LogFile = ""; // @"MyLogFile.xml";
Any suggestions?
thanks
John