![]() |
XRootD
|
Parameters to be passed to configure. More...
#include <XrdSysLogging.hh>
Public Member Functions | |
Parms () | |
~Parms () | |
Public Attributes | |
int | bufsz |
size of message buffer, -1 default, or 0 More... | |
bool | hiRes |
log using high resolution timestamp More... | |
int | keepV |
log keep argument More... | |
const char * | logfn |
-> log file name or nil if none. More... | |
XrdSysLogPI_t | logpi |
-> log plugin object or nil if none More... | |
Parameters to be passed to configure.
Definition at line 64 of file XrdSysLogging.hh.
|
inline |
Definition at line 70 of file XrdSysLogging.hh.
|
inline |
Definition at line 71 of file XrdSysLogging.hh.
int XrdSysLogging::Parms::bufsz |
size of message buffer, -1 default, or 0
Definition at line 67 of file XrdSysLogging.hh.
Referenced by XrdOucLogging::configLog(), and XrdSysLogging::Configure().
bool XrdSysLogging::Parms::hiRes |
log using high resolution timestamp
Definition at line 69 of file XrdSysLogging.hh.
Referenced by XrdOucLogging::configLog(), and XrdSysLogging::Configure().
int XrdSysLogging::Parms::keepV |
log keep argument
Definition at line 68 of file XrdSysLogging.hh.
Referenced by XrdOucLogging::configLog(), and XrdSysLogging::Configure().
const char* XrdSysLogging::Parms::logfn |
-> log file name or nil if none.
Definition at line 65 of file XrdSysLogging.hh.
Referenced by XrdOucLogging::configLog(), and XrdSysLogging::Configure().
XrdSysLogPI_t XrdSysLogging::Parms::logpi |
-> log plugin object or nil if none
Definition at line 66 of file XrdSysLogging.hh.
Referenced by XrdOucLogging::configLog(), and XrdSysLogging::Configure().