diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2012-02-05 13:01:47 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2012-02-05 13:01:47 +0200 |
commit | cce3545422b24ea0acda858f28083f0f3f2dd374 (patch) | |
tree | 9f4863bc01634b7b10f0eee77edd2a5b053b1b1c /client/main.cpp | |
parent | e5f439b2f0226c54f76c0d7a4d7b6c5cd60e8650 (diff) |
Ability to write logs to file
Diffstat (limited to 'client/main.cpp')
-rw-r--r-- | client/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |