Minetest 5.10.0-dev
 
Loading...
Searching...
No Matches
LogTarget Class Referenceabstract

#include <log.h>

+ Inheritance diagram for LogTarget:

Public Member Functions

virtual bool hasOutput ()=0
 
virtual void log (std::string_view buf)=0
 

Member Function Documentation

◆ hasOutput()

virtual bool LogTarget::hasOutput ( )
pure virtual

Implemented in LevelTarget.

Referenced by LogStream::operator bool(), LogStream::operator std::ostream &(), LogStream::operator<<(), and LogStream::operator<<().

+ Here is the caller graph for this function:

◆ log()

virtual void LogTarget::log ( std::string_view buf)
pure virtual

Implemented in LevelTarget.

Referenced by LogStream::internalFlush().

+ Here is the caller graph for this function:

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