|
| WarningLog (const std::string &key="") |
|
| WarningLog (const WarningLog &rhs) |
|
WarningLog & | operator= (const WarningLog &rhs) |
|
| GRT_DEPRECATED_MSG ("enableLogging is deprecated, use setLoggingEnabled instead", static bool enableLogging(bool loggingEnabled)) |
|
| GRT_DEPRECATED_MSG ("loggingEnabled is deprecated, use getLoggingEnabled instead", bool loggingEnabled() const ) |
|
|
virtual void | triggerCallback (const std::string &message) const |
|
Definition at line 51 of file WarningLog.h.
static bool WarningLog::getLoggingEnabled |
( |
| ) |
|
|
inlinestatic |
returns true if logging is enabled for this class, this supersedes the specific instance logging
- Returns
- returns true if logging is enabled for this class, false otherwise
Definition at line 82 of file WarningLog.h.
static bool WarningLog::setLoggingEnabled |
( |
const bool |
enabled | ) |
|
|
inlinestatic |
sets if logging is enabled for this class, this supersedes the specific instance logging
- Returns
- returns true if the parameter was updated successfully, false otherwise
Definition at line 90 of file WarningLog.h.
The documentation for this class was generated from the following files: