diff options
author | thlo <smarttv640@gmail.com> | 2014-01-03 11:17:24 +0100 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2014-01-03 11:17:24 +0100 |
commit | 6628d878c4e9e12f2fb6d8ea4d21a51a495696c5 (patch) | |
tree | 9b1e7d903d262ddd18a8f96ec89a5369d8c50376 /log.h | |
parent | 397f7c0d3e03178fd71d5c9546a9560eece426a6 (diff) | |
download | vdr-plugin-smarttvweb-6628d878c4e9e12f2fb6d8ea4d21a51a495696c5.tar.gz vdr-plugin-smarttvweb-6628d878c4e9e12f2fb6d8ea4d21a51a495696c5.tar.bz2 |
Improved Logging (with timestamp).
Diffstat (limited to 'log.h')
-rwxr-xr-x[-rw-r--r--] | log.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* - * log.h.h: VDR on Smart TV plugin + * log.h: VDR on Smart TV plugin * - * Copyright (C) 2012 Thorsten Lohmar + * Copyright (C) 2012 - 2014 T. Lohmar * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -38,6 +38,7 @@ class Log int init(char* fileName); int init(string fileName); + string getTimeString(); int shutdown(); ofstream* log(); |