bool IsLogNotNull() const;
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.
A Boolean value of 1 if the log base is log not null, otherwise 0.