public static bool Load() { try { Instance = new ChatLog("ChatLog.txt"); return true; } catch (Exception ex) { Log.WriteLine(LogLevel.Exception, "Error initializing chatlog: {0}", ex.ToString()); return false; } }
public static bool Load() { try { Instance = new ChatLog("ChatLog.txt"); return(true); } catch (Exception ex) { Log.WriteLine(LogLevel.Exception, "Error initializing chatlog: {0}", ex.ToString()); return(false); } }