summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2014-01-03 11:17:24 +0100
committerthlo <smarttv640@gmail.com>2014-01-03 11:17:24 +0100
commit6628d878c4e9e12f2fb6d8ea4d21a51a495696c5 (patch)
tree9b1e7d903d262ddd18a8f96ec89a5369d8c50376 /log.h
parent397f7c0d3e03178fd71d5c9546a9560eece426a6 (diff)
downloadvdr-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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/log.h b/log.h
index 8a09fe3..bccd73c 100644..100755
--- a/log.h
+++ b/log.h
@@ -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();