Log::SetGlobalLog

Log::SetGlobalLog
static void SF_CDECL SetGlobalLog(Log * log);
Description

SetGlobalLog sets the global log object which is used for SF_DEBUG messages. The global log is not AddRef-ed, so users must keep it alive for logging. It is also used by GFx by default GFx::Log when no log is specified.

Parameters
Parameters 
Description 
Log * log 
Log object which is set as the global log object.