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

Name

Description

args

The parsed program arguments to read the logging options from.

Created with MrDocs