OpenRTM_aist.SystemLogger.LogStream Class Reference

List of all members.

Public Member Functions

def __init__
 constructor.
def RTC_LOG
 Log output macro.
def RTC_FATAL
 Error log output macro.
def RTC_ERROR
 Error log output macro.
def RTC_WARN
 Warning log output macro.
def RTC_INFO
 Infomation level log output macro.
def RTC_DEBUG
 Debug level log output macro.
def RTC_TRACE
 Trace level log output macro.
def RTC_VERBOSE
 Verbose level log output macro.
def RTC_PARANOID
 Paranoid level log output macro.

Detailed Description


Member Function Documentation

def OpenRTM_aist.SystemLogger.LogStream.RTC_DEBUG (   self,
  msg,
  opt = None 
)

Debug level log output macro.

If logging levels are ( DEBUG, TRACE, VERBOSE, PARANOID ), message will be output to log.

def OpenRTM_aist.SystemLogger.LogStream.RTC_INFO (   self,
  msg,
  opt = None 
)

Infomation level log output macro.

If logging levels are ( INFO, DEBUG, TRACE, VERBOSE, PARANOID ), message will be output to log.

def OpenRTM_aist.SystemLogger.LogStream.RTC_LOG (   self,
  LV,
  msg,
  opt = None 
)

Log output macro.

def OpenRTM_aist.SystemLogger.LogStream.RTC_PARANOID (   self,
  msg,
  opt = None 
)

Paranoid level log output macro.

If logging levels are ( PARANOID ), message will be output to log.

def OpenRTM_aist.SystemLogger.LogStream.RTC_TRACE (   self,
  msg,
  opt = None 
)

Trace level log output macro.

If logging levels are ( TRACE, VERBOSE, PARANOID ), message will be output to log.

def OpenRTM_aist.SystemLogger.LogStream.RTC_VERBOSE (   self,
  msg,
  opt = None 
)

Verbose level log output macro.

If logging levels are ( VERBOSE, PARANOID ), message will be output to log.

def OpenRTM_aist.SystemLogger.LogStream.RTC_WARN (   self,
  msg,
  opt = None 
)

Warning log output macro.

If logging levels are ( WARN, INFO, DEBUG, TRACE, VERBOSE, PARANOID ), message will be output to log.


The documentation for this class was generated from the following file:
Generated on Mon Mar 2 14:14:06 2015 for OpenRTM-aist-1.1.0-Python by  doxygen 1.6.3