From cce3545422b24ea0acda858f28083f0f3f2dd374 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Sun, 5 Feb 2012 13:01:47 +0200 Subject: Ability to write logs to file --- client/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'client/main.cpp') diff --git a/client/main.cpp b/client/main.cpp index e561b15..95b1cba 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -19,6 +19,7 @@ ProxyClientApp *this_app; int main(int argc, char *argv[]) { + Logger::InitLogFile(); Logger::Info("Starting client application\n"); string path = argv[0]; QString dir; -- cgit v1.2.3