예제 #1
0
        // -------------------------------------------
        //  UTILITY
        // ------------------------------------------

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

        protected void Log(string msg)
        {
            SARAH.GetInstance().Log("Kinect2", msg);
        }
예제 #10
0
 protected void Debug(string msg)
 {
     SARAH.GetInstance().Debug("Kinect2", msg);
 }
예제 #11
0
        // -------------------------------------------
        //  UTILITY
        // ------------------------------------------

        protected void Log(string msg)
        {
            SARAH.GetInstance().Log("VoiceManager", msg);
        }
예제 #12
0
        // -------------------------------------------
        //  UTILITY
        // -------------------------------------------

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

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