/// <summary> /// Flushes all waiting log trace events. /// </summary> public static void Flush() { TapContext.Flush(); }