#include <new>
#include <string>
#include <fstream>
#include "cgicc/CgiDefs.h"
Go to the source code of this file.
Namespaces | |
namespace | cgicc |
Defines | |
#define | _CGIUTILS_H_ 1 |
#define | LOGLN(s) |
Output a string to the debugging log, followed by a newline. More... | |
#define | LOG(s) |
Output a string to the debugging log. More... |
These utility functions are used internally by cgicc to decode posted form data, and to read/write from streams.
Definition in file CgiUtils.h.
|
Output a string to the debugging log.
The debugging log is a user-specified
Definition at line 64 of file CgiUtils.h. |
|
Output a string to the debugging log, followed by a newline.
The debugging log is a user-specified
Definition at line 56 of file CgiUtils.h. |