LogBase

LogBase
Scaleform::GFx::LogBase
Declaration
template <class Derived>
class LogBase;
Description

LogBase class is used as a mix-in base to classes that provide GetLog() function such as StateBag. It adds convenience inlines to the class that can be used for logging.

Methods
Method 
Description 
Inline used to short-circuit "if (pLog)" conditional in log functions. 
Controls whether logging is enabled or disabled for verbose output action. 
This definition controls whether a certain type of logging is enabled or disabled for verbose output action errors. 
This definition controls whether a certain type of logging is enabled or disabled for verbose output during parsing. 
This definition controls whether a certain type of logging is enabled or disabled for verbose output during action parsing. 
This definition controls whether a certain type of logging is enabled or disabled for verbose output during morph shape parsing . 
This definition controls whether a certain type of logging is enabled or disabled for verbose output during shape parsing. 
Convenient printf-style function to print action related logs. 
Convenient printf-style function to print general error messages. 
Convenient printf-style function to print log messages. 
Dynamic conditional printf-style function to print parsed log messages. 
Dynamic conditional printf-style to print parsed action related log messages. 
Dynamic conditional printf-style function to print parsed morph shaped log messages. 
Dynamic conditional printf-style function to print parsed shaped log messages. 
Printf-style funtion to print script related error messages. 
Printf-style function to print script related messages. 
Printf-style function to print script related warning messages. 
Convenient printf-style function to print general warning messages. 
File

GFx_Log.h