LogBase::IsLogNotNull

LogBase::IsLogNotNull
bool IsLogNotNull() const;
Description

IsLogNotNull inline used to short-circuit "if (pLog)" conditional in log functions. Implement it in base class to return 1 if GetLog is always guaranteed to return a valid pointer.

Return Value

A Boolean value of 1 if the log base is log not null, otherwise 0.