#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"
Go to the source code of this file.
◆ 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);
155 std::cerr <<
"Config '-l@' requires a logmsg callback function "
156 <<
"but it was found!" <<std::endl;
XrdSsiLogger::MCB_t * msgCB
References XrdSsi::msgCB.
◆ XrdVERSIONINFO()