From 96b00553a0ffe6bb34af6ad15e1cfc2bed67bd75 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 3 May 2006 06:49:30 +0000 Subject: Added a simple test for the log system, and switched the multilog to the new singleton system, which unfortunately changed it's API slightly. Now it's not a pointer from the singleton, but I did add a new macro to make most usage of it even easier. --- src/multilogtext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/multilogtext.h') diff --git a/src/multilogtext.h b/src/multilogtext.h index aa32405..8994b68 100644 --- a/src/multilogtext.h +++ b/src/multilogtext.h @@ -34,7 +34,7 @@ public: *@param lpFormat The format using the above specifications to be used for * every log entry. */ - MultiLogText( const char *sFileName, const char *lpFormat ); + MultiLogText( const char *sFileName, const char *lpFormat, bool bRotateLog=false, int nMaxLogs=0 ); /** * Construct a MultiLogText object around a specific file and format. -- cgit v1.2.3