init::SetLoggingOptions

Applies the general logging options (log file, timestamps, thread names, and similar flags) parsed from the arguments to the global logger.

Synopsis

Declared in <init/common.h>

void
SetLoggingOptions(ArgsManager const& args);

Parameters

NameDescription
argsThe parsed program arguments to read the logging options from.