Improved the startup of the application. We now properaly parse any args passed into the console.

This commit is contained in:
tidusjar 2016-04-25 11:08:24 +01:00
commit 186b18ccb9
5 changed files with 93 additions and 36 deletions

View file

@ -61,7 +61,7 @@ namespace PlexRequests.Helpers
return dumpTarget.ToString();
}
public static void ConfigureLogging(string connectionString)
public static void ConfigureLogging(string connectionString)
{
LogManager.ThrowExceptions = true;
// Step 1. Create configuration object