#include <Logger.h>
|
| static void | pause (bool f) |
| |
| static void | start () |
| |
| static void | stop () |
| |
| static void | open (std::string const &log_file) |
| |
◆ time_point_t
◆ Logger()
◆ ~Logger()
◆ log_file_permission()
| int Logger::log_file_permission |
( |
| ) |
const |
|
inlineprivate |
◆ log_rotate_size()
| int Logger::log_rotate_size |
( |
| ) |
const |
|
inlineprivate |
◆ now()
◆ open()
| void Logger::open |
( |
std::string const & |
log_file | ) |
|
|
static |
◆ pause()
| void Logger::pause |
( |
bool |
f | ) |
|
|
static |
◆ push()
| void Logger::push |
( |
const LogItem & |
item | ) |
|
|
private |
◆ rotate()
◆ start()
◆ stop()
◆ write() [1/2]
| void Logger::write |
( |
const char * |
ptr, |
|
|
size_t |
len |
|
) |
| |
|
private |
◆ write() [2/2]
| void Logger::write |
( |
const LogItem & |
item | ) |
|
|
private |
◆ x_close()
◆ x_logprint()
| void Logger::x_logprint |
( |
const char * |
file, |
|
|
int |
line, |
|
|
int |
level, |
|
|
std::string_view |
str |
|
) |
| |
◆ x_logprintf()
| void Logger::x_logprintf |
( |
const char * |
file, |
|
|
int |
line, |
|
|
int |
level, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ x_open()
| void Logger::x_open |
( |
const std::string & |
log_file | ) |
|
|
private |
◆ x_pause()
| void Logger::x_pause |
( |
bool |
f | ) |
|
|
private |
◆ x_start()
◆ x_stop()
The documentation for this class was generated from the following files: