Class to control configuration of logger. This is a singleton that cna launch a thread to wathc a config file for changes.
More...
#include <logger.h>
Class to control configuration of logger. This is a singleton that cna launch a thread to wathc a config file for changes.
static std::string gr::logger_config::get_filename |
( |
) | |
|
|
static |
Getter for config filename.
static unsigned int gr::logger_config::get_watch_period |
( |
) | |
|
|
static |
static void gr::logger_config::load_config |
( |
std::string |
filename, |
|
|
unsigned int |
watch_period = 0 |
|
) |
| |
|
static |
Method to load configuration /param filename Name of configuration file /param watch_period Seconds between checks for changes in config file.
static void gr::logger_config::reset_config |
( |
void |
) | |
|
|
static |
method to reset logger configuration
static void gr::logger_config::stop_watch |
( |
) | |
|
|
static |
Method to stop watcher thread.
The documentation for this class was generated from the following file: