OpenRTM-aist-Python 2.0.2
OpenRTM_aist.LogstreamBase.LogstreamBase Class Reference

More...

Inheritance diagram for OpenRTM_aist.LogstreamBase.LogstreamBase:
OpenRTM_aist.LogstreamFile.LogstreamFile

Public Member Functions

 __init__ (self)
 
 __del__ (self)
 
 init (self, prop)
 
 log (self, msg, level, name)
 
 setLogLevel (self, level)
 
 shutdown (self)
 

Detailed Description

Constructor & Destructor Documentation

◆ __init__()

OpenRTM_aist.LogstreamBase.LogstreamBase.__init__ ( self)

Constructor

Constructor

Reimplemented in OpenRTM_aist.LogstreamFile.LogstreamFile.

◆ __del__()

OpenRTM_aist.LogstreamBase.LogstreamBase.__del__ ( self)

Destructor

Destructor

Reimplemented in OpenRTM_aist.LogstreamFile.LogstreamFile.

Member Function Documentation

◆ init()

OpenRTM_aist.LogstreamBase.LogstreamBase.init ( self,
prop )

Initializing configuration

This operation would be called to configure in initialization. In the concrete class, configuration should be performed getting appropriate information from the given Properties data.

Parameters
self
propConfiguration information
Returns

Reimplemented in OpenRTM_aist.LogstreamFile.LogstreamFile.

◆ log()

OpenRTM_aist.LogstreamBase.LogstreamBase.log ( self,
msg,
level,
name )

Parameters
self
msg
level
Returns

Reimplemented in OpenRTM_aist.LogstreamFile.LogstreamFile.

◆ setLogLevel()

OpenRTM_aist.LogstreamBase.LogstreamBase.setLogLevel ( self,
level )

Parameters
self
level
Returns

Reimplemented in OpenRTM_aist.LogstreamFile.LogstreamFile.

◆ shutdown()

OpenRTM_aist.LogstreamBase.LogstreamBase.shutdown ( self)

Parameters
self
Returns

Reimplemented in OpenRTM_aist.LogstreamFile.LogstreamFile.


The documentation for this class was generated from the following file: