|
|
std::vector< std::string > | excluded_logger_substrings {} |
| |
|
std::string | logger_name {} |
| |
|
std::atomic< int32_t > | signal_number {0} |
| |
|
std::atomic< uint32_t > | lock {0} |
| |
|
std::atomic< uint32_t > | backend_thread_id {0} |
| |
|
std::atomic< uint32_t > | signal_handler_timeout_seconds {20} |
| |
|
std::atomic< bool > | should_reraise_signal {true} |
| |
|
std::mutex | signal_handlers_mutex |
| |
|
std::vector< int > | registered_signal_handlers {} |
| |
|
std::vector< SignalHandlerRestoreEntry > | previous_signal_handlers {} |
| |
The documentation for this class was generated from the following file: