Opens the debug log file and begins writing buffered log messages.

Synopsis

Declared in <init/common.h>

bool
StartLogging(ArgsManager const& args);

Return Value

true if logging started successfully, false otherwise.

Parameters

Name

Description

args

The parsed program arguments controlling how logging starts.

Created with MrDocs