bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using Slog on Win32


From: Wilkinson, Scott
Subject: Using Slog on Win32
Date: Thu, 7 Aug 2003 12:18:16 -0400

On my Win32 system, the following code writes data to cout, but does not write 
data to the log file.
 
slog("test.log", Slog::classUser, Slog::levelDebug);
slog.info() << "an info message" << endl;
 
I see the same behavior when I run the testSlog demo.
 
I'm using commoncpp2 v1.0.13 with MSVC 6 sp5 on a Windows 2000 system. Am I 
doing something obviously wrong?
 
TIA,
--Scott

reply via email to

[Prev in Thread] Current Thread [Next in Thread]