|
Guitar
|

Public Attributes | |
| std::string | log_file |
| bool | paused = false |
| int | fd_log = -1 |
| std::vector< Logger::LogItem > | items |
| std::thread | thread |
| std::mutex | mutex |
| std::condition_variable | cv |
| volatile bool | interrupted = false |
| std::condition_variable Logger::Private::cv |
| int Logger::Private::fd_log = -1 |
| volatile bool Logger::Private::interrupted = false |
| std::vector<Logger::LogItem> Logger::Private::items |
| std::string Logger::Private::log_file |
| std::mutex Logger::Private::mutex |
| bool Logger::Private::paused = false |
| std::thread Logger::Private::thread |