#include <TApplicationServer.h>
Public Member Functions | |
| TASLogHandlerGuard (const char *cmd, TSocket *s, const char *pfx="", Bool_t on=kTRUE) | |
| TASLogHandlerGuard (FILE *f, TSocket *s, const char *pfx="", Bool_t on=kTRUE) | |
| virtual | ~TASLogHandlerGuard () |
| TASLogHandlerGuard (const char *cmd, TSocket *s, const char *pfx="", Bool_t on=kTRUE) | |
| TASLogHandlerGuard (FILE *f, TSocket *s, const char *pfx="", Bool_t on=kTRUE) | |
| virtual | ~TASLogHandlerGuard () |
Private Attributes | |
| TASLogHandler * | fExecHandler |
| TASLogHandler * | fExecHandler |
Definition at line 132 of file TApplicationServer.h.
| TASLogHandlerGuard::TASLogHandlerGuard | ( | const char * | cmd, | |
| TSocket * | s, | |||
| const char * | pfx = "", |
|||
| Bool_t | on = kTRUE | |||
| ) |
Definition at line 224 of file TApplicationServer.cxx.
References TSystem::AddFileHandler(), Error, fExecHandler, gSystem, TASLogHandler::IsValid(), and s.
| TASLogHandlerGuard::TASLogHandlerGuard | ( | FILE * | f, | |
| TSocket * | s, | |||
| const char * | pfx = "", |
|||
| Bool_t | on = kTRUE | |||
| ) |
Definition at line 244 of file TApplicationServer.cxx.
References TSystem::AddFileHandler(), Error, fExecHandler, gSystem, TASLogHandler::IsValid(), and s.
| TASLogHandlerGuard::~TASLogHandlerGuard | ( | ) | [virtual] |
Definition at line 264 of file TApplicationServer.cxx.
References fExecHandler, gSystem, TASLogHandler::IsValid(), TSystem::RemoveFileHandler(), and SafeDelete.
| TASLogHandlerGuard::TASLogHandlerGuard | ( | const char * | cmd, | |
| TSocket * | s, | |||
| const char * | pfx = "", |
|||
| Bool_t | on = kTRUE | |||
| ) |
| TASLogHandlerGuard::TASLogHandlerGuard | ( | FILE * | f, | |
| TSocket * | s, | |||
| const char * | pfx = "", |
|||
| Bool_t | on = kTRUE | |||
| ) |
| virtual TASLogHandlerGuard::~TASLogHandlerGuard | ( | ) | [virtual] |
TASLogHandler* TASLogHandlerGuard::fExecHandler [private] |
Definition at line 135 of file TApplicationServer.h.
Referenced by TASLogHandlerGuard(), and ~TASLogHandlerGuard().
TASLogHandler* TASLogHandlerGuard::fExecHandler [private] |
Definition at line 135 of file TApplicationServer.h.
1.5.1