XRootD
Loading...
Searching...
No Matches
XrdCl::LogOut Class Referenceabstract

Interface for logger outputs. More...

#include <XrdClLog.hh>

+ Inheritance diagram for XrdCl::LogOut:
+ Collaboration diagram for XrdCl::LogOut:

Public Member Functions

virtual ~LogOut ()
 
virtual void Write (const std::string &message)=0
 

Detailed Description

Interface for logger outputs.

Definition at line 48 of file XrdClLog.hh.

Constructor & Destructor Documentation

◆ ~LogOut()

virtual XrdCl::LogOut::~LogOut ( )
inlinevirtual

Definition at line 51 of file XrdClLog.hh.

51{}

Member Function Documentation

◆ Write()

virtual void XrdCl::LogOut::Write ( const std::string & message)
pure virtual

Write a message to the destination

Parameters
messagemessage to be written

Implemented in XrdCl::LogOutFile, and XrdCl::LogOutCerr.

Referenced by XrdCl::Log::Say().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: