Example #1
0
        // -------------------------------------------
        //  UTILITY
        // ------------------------------------------

        protected void Trace(string msg)
        {
            if (!trace)
            {
                return;
            }
            SARAH.GetInstance().Log("SpeechEngine][" + Name, msg);
        }
 protected void Error(Exception ex)
 {
     SARAH.GetInstance().Error("GrammarManager", ex);
 }
Example #3
0
 protected void Error(string msg)
 {
     SARAH.GetInstance().Error("SpeechManager", msg);
 }
 protected void Error(string msg)
 {
     SARAH.GetInstance().Error("ContextManager", msg);
 }
Example #5
0
 protected void Debug(string msg)
 {
     SARAH.GetInstance().Debug(Name, msg);
 }
Example #6
0
 protected void Error(Exception ex)
 {
     SARAH.GetInstance().Error(Name, ex);
 }
 protected void Error(string msg)
 {
     SARAH.GetInstance().Error("Kinect2", msg);
 }
Example #8
0
 protected void Error(Exception ex)
 {
     SARAH.GetInstance().Error("SpeechEngine][" + Name, ex);
 }
        // -------------------------------------------
        //  UTILITY
        // ------------------------------------------

        protected void Log(string msg)
        {
            SARAH.GetInstance().Log("Kinect2", msg);
        }
 protected void Debug(string msg)
 {
     SARAH.GetInstance().Debug("Kinect2", msg);
 }
        // -------------------------------------------
        //  UTILITY
        // ------------------------------------------

        protected void Log(string msg)
        {
            SARAH.GetInstance().Log("VoiceManager", msg);
        }
        // -------------------------------------------
        //  UTILITY
        // -------------------------------------------

        protected void Log(string msg)
        {
            SARAH.GetInstance().Log("SpeakerManager", msg);
        }
 protected void Error(Exception ex)
 {
     SARAH.GetInstance().Error("ContextManager", ex);
 }
Example #14
0
 protected void Debug(string msg)
 {
     SARAH.GetInstance().Debug("SpeechEngine][" + Name, msg);
 }
 protected void Error(Exception ex)
 {
     SARAH.GetInstance().Error("Kinect2", ex);
 }
Example #16
0
 protected void Error(string msg)
 {
     SARAH.GetInstance().Error("SpeechEngine][" + Name, msg);
 }
 protected void Log(string msg)
 {
     SARAH.GetInstance().Log("SpeechGrammar_" + Name, msg);
 }
Example #18
0
        // -------------------------------------------
        //  UTILITY
        // ------------------------------------------

        protected void Log(string msg)
        {
            SARAH.GetInstance().Log(Name, msg);
        }
 protected void Error(Exception ex)
 {
     SARAH.GetInstance().Error("SpeechGrammar_" + Name, ex);
 }
Example #20
0
 protected void Error(string msg)
 {
     SARAH.GetInstance().Error(Name, msg);
 }
 protected void Debug(string msg)
 {
     SARAH.GetInstance().Debug("GrammarManager", msg);
 }
Example #22
0
 protected void Debug(string msg)
 {
     SARAH.GetInstance().Debug("SpeechManager", msg);
 }
 protected void Error(string msg)
 {
     SARAH.GetInstance().Error("GrammarManager", msg);
 }
Example #24
0
 protected void Error(Exception ex)
 {
     SARAH.GetInstance().Error("SpeechManager", ex);
 }
 protected void Debug(string msg)
 {
     SARAH.GetInstance().Debug("ContextManager", msg);
 }