Go to the source code of this file.
◆ cycle_log_files()
◆ log_deinit()
◆ log_early_init()
void log_early_init |
( |
bool |
verbose | ) |
|
Configure a logging destination for daemon startup, before the configuration file is read.
This allows the daemon to use the logging library (and the command line verbose level) before it's daemonized.
- Parameters
-
verbose | true when the program is started with –verbose |
◆ log_init()
void log_init |
( |
bool |
verbose, |
|
|
bool |
use_stdout |
|
) |
| |
Throws #std::runtime_error on error.
◆ setup_log_output()
void setup_log_output |
( |
| ) |
|