MongoDB C++ Driver  legacy-1.1.2
Public Member Functions | List of all members
mongo::logger::Tee Class Referenceabstract

Public Member Functions

virtual void write (const std::string &str)=0
 Implementations of Tee::write must handle their own synchronization. More...
 

Member Function Documentation

virtual void mongo::logger::Tee::write ( const std::string &  str)
pure virtual

Implementations of Tee::write must handle their own synchronization.

Callers may assume it is safe to call this method at any time from any thread.


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