init::StartLogging

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

NameDescription
argsThe parsed program arguments controlling how logging starts.