public void LogEventAsyncNormalTest() { Logger l = new Logger("LogEventAsyncNormalTestLog"); Task t = l.LogEventAsync("test log event", this.GetType().ToString()); t.Wait(); }