#include <XrdCnsLogServer.hh>
Public Member Functions | |
int | Init (XrdOucTList *rList) |
void | Run () |
XrdCnsLogServer () | |
~XrdCnsLogServer () | |
Private Member Functions | |
void | Massage (XrdCnsLogRec *lrP) |
Private Attributes | |
XrdCnsLogClient * | Client |
XrdCnsLogFile * | logFile |
char | logDir [MAXPATHLEN+1] |
char * | logFN |
XrdCnsLogServer::XrdCnsLogServer | ( | ) |
XrdCnsLogServer::~XrdCnsLogServer | ( | ) | [inline] |
int XrdCnsLogServer::Init | ( | XrdOucTList * | rList | ) |
void XrdCnsLogServer::Massage | ( | XrdCnsLogRec * | lrP | ) | [private] |
void XrdCnsLogServer::Run | ( | ) |
XrdCnsLogClient* XrdCnsLogServer::Client [private] |
char XrdCnsLogServer::logDir[MAXPATHLEN+1] [private] |
XrdCnsLogFile* XrdCnsLogServer::logFile [private] |
char* XrdCnsLogServer::logFN [private] |