Definition at line 1289 of file base/logging.h.
|
| 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 std::string | ToString (LogSeverity severity, const char *file, int line, const struct ::tm *tm_time, const char *message, size_t message_len) |
| |
◆ ~LogSink()
◆ 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 |
◆ WaitTillSent()
The documentation for this class was generated from the following files: