Example #1
0
 def r(self, retcode, msg, log_level):
     '''
     record Session command input/output to 'commands' table, and
     logging message facility
     '''
     l(self.line, retcode, msg, log_level)
     Sessions.Instance().insert_table_commands(self.line ,   # @UndefinedVariable
                                               msg, retcode, log_level)
Example #2
0
 def r(self, retcode, msg, log_level):
     '''
     record Session command input/output to 'commands' table, and
     logging message facility
     '''
     l(self.line, retcode, msg, log_level)
     Sessions.Instance().insert_table_commands(
         self.line,  # @UndefinedVariable
         msg,
         retcode,
         log_level)
Example #3
0
 def r(self, retcode, msg, log_level):
     '''
     record Session command input/output to 'commands' table, and
     logging message facility
     '''
     l('', retcode, msg, log_level)