Scaleform::GFx::LogBase
template <class Derived> class LogBase;
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.
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. |
GFx_Log.h