From 6628d878c4e9e12f2fb6d8ea4d21a51a495696c5 Mon Sep 17 00:00:00 2001 From: thlo Date: Fri, 3 Jan 2014 11:17:24 +0100 Subject: Improved Logging (with timestamp). --- log.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 log.h (limited to 'log.h') diff --git a/log.h b/log.h old mode 100644 new mode 100755 index 8a09fe3..bccd73c --- 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(); -- cgit v1.2.3