XRootD
XrdSsiLogging.cc File Reference
#include <fcntl.h>
#include <iostream>
#include <cstdio>
#include <cstdarg>
#include <sys/types.h>
#include <sys/stat.h>
#include "XrdVersion.hh"
#include "XrdOuc/XrdOucEnv.hh"
#include "XrdOuc/XrdOucStream.hh"
#include "XrdSsi/XrdSsiLogger.hh"
#include "XrdSys/XrdSysE2T.hh"
#include "XrdSys/XrdSysLogPI.hh"
#include "XrdSys/XrdSysPlugin.hh"
+ Include dependency graph for XrdSsiLogging.cc:

Go to the source code of this file.

Namespaces

 XrdSsi
 

Functions

XrdSysLogPI_t XrdSysLogPInit (const char *cfgfn, char **argv, int argc)
 
 XrdVERSIONINFO (XrdSysLogPInit, XrdSsiLPI)
 

Function Documentation

◆ XrdSysLogPInit()

XrdSysLogPI_t XrdSysLogPInit ( const char *  cfgfn,
char **  argv,
int  argc 
)

Definition at line 152 of file XrdSsiLogging.cc.

153  {if (cfgfn && *cfgfn) ConfigLog(cfgfn);
154  if (!msgCB)
155  std::cerr <<"Config '-l@' requires a logmsg callback function "
156  <<"but it was found!" <<std::endl;
157  return msgCB;
158  }
XrdSsiLogger::MCB_t * msgCB
Definition: XrdSsiLogger.cc:59

References XrdSsi::msgCB.

◆ XrdVERSIONINFO()

XrdVERSIONINFO ( XrdSysLogPInit  ,
XrdSsiLPI   
)