This log helper class seems to get used over and over again in projects I've worked on. Generally I use it as a fallback, calling it from an exception block in a application logging code. Let me know if you find it helpful. public static class LogHelper { public static bool WriteEventLogEntry(string...