LogState

LogState
Scaleform::GFx::State
    Scaleform::GFx::LogState
Declaration
class LogState : public State, public LogBase<LogState>;
Description

LogState is a log wrapper state used in GFx. Internal for most part, users should create Log objects and call GFx::StateBag::SetLog instead.

Methods
Method 
Description 
LogBase implementation which returns the log object. 
Determines if the log is not null and contains a valid pointer. 
Used to identify/create log messages by type. 
A virtual function that receives all log messages. 
LogState constructor. 
File

GFx_Log.h