From 077b00d6c5c967e1403a39fa5bd8843c039199eb Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 29 Mar 2009 14:08:12 +0000 Subject: Add date to file logger, as requested by Kenny Millington. --- lib/common/BoxTime.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/common/BoxTime.h') diff --git a/lib/common/BoxTime.h b/lib/common/BoxTime.h index 2023db36..6681bbbd 100644 --- a/lib/common/BoxTime.h +++ b/lib/common/BoxTime.h @@ -40,6 +40,7 @@ inline uint64_t BoxTimeToMicroSeconds(box_time_t Time) return Time; } -std::string FormatTime(box_time_t time, bool showMicros = false); +std::string FormatTime(box_time_t time, bool includeDate, + bool showMicros = false); #endif // BOXTIME__H -- cgit v1.2.3