Write log messages to a file. More...
#include <XrdClLog.hh>


Public Member Functions | |
| LogOutFile () | |
| virtual | ~LogOutFile () |
| bool | Open (const std::string &fileName) |
| Open the log file. | |
| void | Close () |
| Close the log file. | |
| virtual void | Write (const std::string &message) |
Private Attributes | |
| int | pFileDes |
Write log messages to a file.
| XrdCl::LogOutFile::LogOutFile | ( | ) | [inline] |
| virtual XrdCl::LogOutFile::~LogOutFile | ( | ) | [inline, virtual] |
References Close().
| void XrdCl::LogOutFile::Close | ( | ) |
Close the log file.
Referenced by ~LogOutFile().
| bool XrdCl::LogOutFile::Open | ( | const std::string & | fileName | ) |
Open the log file.
| virtual void XrdCl::LogOutFile::Write | ( | const std::string & | message | ) | [virtual] |
Write a message to the destination
| message | message to be written |
Implements XrdCl::LogOut.
int XrdCl::LogOutFile::pFileDes [private] |
1.6.1