#include <cstdarg>Go to the source code of this file.
Classes | |
| class | XrdSsiLogger |
Macros | |
| #define | SSI_LOG(x) |
| #define | SSI_SAY(x) |
| #define SSI_LOG | ( | x | ) |
Define helper functions to allow std::ostream std::cerr output to appear in the log. The following two functions are used with the macros below. The SSI_LOG macro preceedes the message with a time stamp; SSI_SAY does not. The std::endl std::ostream output item is automatically added to all output!
Definition at line 127 of file XrdSsiLogger.hh.
| #define SSI_SAY | ( | x | ) |
Definition at line 128 of file XrdSsiLogger.hh.