static Log* SF_CDECL GetDefaultLog();
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.
A Log pointer.