help-cgicc
[Top][All Lists]
Advanced

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

[help-cgicc] logging problem ?


From: Neeraj Korde
Subject: [help-cgicc] logging problem ?
Date: Tue, 6 Apr 2004 17:44:27 -0400 (EDT)

hi,
how do i log. i tried the way in main.cpp in doc. at the top of my
main.cpp i put in

#define DEBUG 1
#if DEBUG
ofstream gLogFile("/home/blah/blah/cgicc.log",std::ios::app);//also tried
gLogFile("cgicc.log", ios::app)
#endif
main()
{
.
.
assert(gLogFile);//gives internal server error!
}

Could not find the file cgicc.log anywhere on the pc.
Thanks,
Neeraj Korde
======================
Graduate Student
Mechanical Engineering
University of Michigan
======================




reply via email to

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