OR-Tools  8.2
Loggerabstract

Detailed Description

Definition at line 1383 of file base/logging.h.

Public Member Functions

virtual ~Logger ()
 
virtual void Write (bool force_flush, time_t timestamp, const char *message, int message_len)=0
 
virtual void Flush ()=0
 
virtual uint32 LogSize ()=0
 

Constructor & Destructor Documentation

◆ ~Logger()

~Logger ( )
virtual

Definition at line 368 of file base/logging.cc.

Member Function Documentation

◆ Flush()

virtual void Flush ( )
pure virtual

◆ LogSize()

virtual uint32 LogSize ( )
pure virtual

◆ Write()

virtual void Write ( bool  force_flush,
time_t  timestamp,
const char *  message,
int  message_len 
)
pure virtual

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