XrdSsiLogger.hh File Reference

#include <stdarg.h>
Include dependency graph for XrdSsiLogger.hh:

Go to the source code of this file.

Classes

class  XrdSsiLogger

Defines

#define SSI_LOG(x)   {cerr <<XrdSSiLogger::TBeg() <<x; XrdSsiLogger::TEnd();}
#define SSI_SAY(x)   {XrdSSiLogger::TBeg();cerr <<x; XrdSsiLogger::TEnd();}

Define Documentation

#define SSI_LOG (  )     {cerr <<XrdSSiLogger::TBeg() <<x; XrdSsiLogger::TEnd();}

Define helper functions to allow ostream 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 endl ostream output item is automatically added to all output!

#define SSI_SAY (  )     {XrdSSiLogger::TBeg();cerr <<x; XrdSsiLogger::TEnd();}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Sep 2020 for xrootd by  doxygen 1.6.1