|
XRootD
|
Write log messages to a file. More...
#include <XrdClLog.hh>
Inheritance diagram for XrdCl::LogOutFile:
Collaboration diagram for XrdCl::LogOutFile:Public Member Functions | |
| LogOutFile () | |
| virtual | ~LogOutFile () |
| void | Close () |
| Close the log file. More... | |
| bool | Open (const std::string &fileName) |
| Open the log file. More... | |
| virtual void | Write (const std::string &message) |
Public Member Functions inherited from XrdCl::LogOut | |
| virtual | ~LogOut () |
Write log messages to a file.
Definition at line 64 of file XrdClLog.hh.
|
inline |
Definition at line 67 of file XrdClLog.hh.
|
inlinevirtual |
Definition at line 68 of file XrdClLog.hh.
References Close().
Here is the call graph for this function:| void XrdCl::LogOutFile::Close | ( | ) |
Close the log file.
Definition at line 55 of file XrdClLog.cc.
References close.
Referenced by ~LogOutFile().
Here is the caller graph for this function:| bool XrdCl::LogOutFile::Open | ( | const std::string & | fileName | ) |
Open the log file.
Definition at line 39 of file XrdClLog.cc.
References open, and XrdSysE2T().
Referenced by XrdCl::DefaultEnv::SetLogFile().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Write a message to the destination
| message | message to be written |
Implements XrdCl::LogOut.
Definition at line 67 of file XrdClLog.cc.
References unlikely, write(), and XrdSysE2T().
Here is the call graph for this function: