GestureRecognitionToolkit  Version: 0.2.5
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
WarningLog Class Reference
Inheritance diagram for WarningLog:

Public Member Functions

 WarningLog (const std::string &key="")
 
 WarningLog (const WarningLog &rhs)
 
WarningLogoperator= (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 )
 

Static Public Member Functions

static bool getLoggingEnabled ()
 returns true if logging is enabled for this class, this supersedes the specific instance logging More...
 
static bool setLoggingEnabled (const bool enabled)
 sets if logging is enabled for this class, this supersedes the specific instance logging More...
 
static bool registerObserver (Observer< WarningLogMessage > &observer)
 
static bool removeObserver (Observer< WarningLogMessage > &observer)
 

Protected Member Functions

virtual void triggerCallback (const std::string &message) const
 

Static Protected Attributes

static ObserverManager< WarningLogMessageobserverManager
 
static bool warningLoggingEnabled = true
 

Detailed Description

Definition at line 51 of file WarningLog.h.

Member Function Documentation

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: