OR-Tools  8.2
LogSinkabstract

Detailed Description

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

Public Member Functions

virtual ~LogSink ()
 
virtual void send (LogSeverity severity, const char *full_filename, const char *base_filename, int line, const struct ::tm *tm_time, const char *message, size_t message_len)=0
 
virtual void WaitTillSent ()
 

Static Public Member Functions

static std::string ToString (LogSeverity severity, const char *file, int line, const struct ::tm *tm_time, const char *message, size_t message_len)
 

Constructor & Destructor Documentation

◆ ~LogSink()

~LogSink ( )
virtual

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

Member Function Documentation

◆ send()

virtual void send ( LogSeverity  severity,
const char *  full_filename,
const char *  base_filename,
int  line,
const struct ::tm *  tm_time,
const char *  message,
size_t  message_len 
)
pure virtual

◆ ToString()

string ToString ( LogSeverity  severity,
const char *  file,
int  line,
const struct ::tm *  tm_time,
const char *  message,
size_t  message_len 
)
static

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

◆ WaitTillSent()

void WaitTillSent ( )
virtual

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


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