Add configuration change notification event handler.

Clean up code a bit more to remove unneeded code.
Better integrate the diagnostic callback code.
This commit is contained in:
Karl Burtram
2016-07-16 10:45:27 -07:00
parent ee664949c5
commit f2a5ebd605
4 changed files with 212 additions and 212 deletions

View File

@@ -18,7 +18,9 @@ namespace Microsoft.SqlTools.ServiceHost
/// </summary>
static void Main(string[] args)
{
Logger.Initialize();
// turn on Verbose logging during early development
// we need to switch to Normal when preparing for public preview
Logger.Initialize(minimumLogLevel: LogLevel.Verbose);
Logger.Write(LogLevel.Normal, "Starting SQL Tools Service Host");
const string hostName = "SQL Tools Service Host";