summaryrefslogtreecommitdiff
path: root/src/chatlogger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chatlogger.h')
-rw-r--r--src/chatlogger.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/chatlogger.h b/src/chatlogger.h
index 59d9f28c..8e4118dc 100644
--- a/src/chatlogger.h
+++ b/src/chatlogger.h
@@ -35,13 +35,8 @@ class ChatLogger
* Enters a message in the log. The message will be timestamped.
*/
void log(std::string str);
-
void log(std::string name, std::string str);
- static std::string getDateString();
-
- static std::string secureName(std::string &str);
-
void setServerName(const std::string &serverName);
private:
@@ -50,10 +45,6 @@ class ChatLogger
*/
void setLogFile(const std::string &logFilename);
- static void writeTo(std::ofstream &file, const std::string &str);
-
- static void makeDir(const std::string &dir);
-
std::ofstream mLogFile;
std::string mLogDir;
std::string mServerName;