Log::GetDefaultLog

Log::GetDefaultLog
static Log* SF_CDECL GetDefaultLog();
Description

GetDefaultLog returns a pointer to default log object used for debugging. This object is used by default for Global log if an alternative wasn't set. Default implementation outputs to Debug output/console in DEBUG build only.

Return Value

A Log pointer.