diff options
Diffstat (limited to 'src/multilogtext.h')
-rw-r--r-- | src/multilogtext.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
34 | *@param lpFormat The format using the above specifications to be used for | 34 | *@param lpFormat The format using the above specifications to be used for |
35 | * every log entry. | 35 | * every log entry. |
36 | */ | 36 | */ |
37 | MultiLogText( const char *sFileName, const char *lpFormat ); | 37 | MultiLogText( const char *sFileName, const char *lpFormat, bool bRotateLog=false, int nMaxLogs=0 ); |
38 | 38 | ||
39 | /** | 39 | /** |
40 | * Construct a MultiLogText object around a specific file and format. | 40 | * Construct a MultiLogText object around a specific file and format. |