ACSLog
index
/alma/ACS-2016.6/ACSSW/lib/python/site-packages/ACSLog/__init__.py

omniORB IDL module ACSLog
 
Generated from:
 
  /diska/alma_tmp/2016-06-ACS-B/ACS/LGPL/CommonSoftware/acslog/ws/src/../idl/acslog.idl

 
Package Contents
       

 
Classes
       
LogSvc
NVPairSeq
XMLstring
omniORB.StructBase(__builtin__.object)
NVPair
RTContext
SourceInfo

 
class LogSvc
     Methods defined here:
__init__(self, *args, **kw)

 
class NVPair(omniORB.StructBase)
    
Method resolution order:
NVPair
omniORB.StructBase
__builtin__.object

Methods defined here:
__init__(self, name, value)

Methods inherited from omniORB.StructBase:
__repr__(self)

Data descriptors inherited from omniORB.StructBase:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class NVPairSeq
     Methods defined here:
__init__(self, *args, **kw)

 
class RTContext(omniORB.StructBase)
    
Method resolution order:
RTContext
omniORB.StructBase
__builtin__.object

Methods defined here:
__init__(self, thread, process, host, addContext, sourceObject)

Methods inherited from omniORB.StructBase:
__repr__(self)

Data descriptors inherited from omniORB.StructBase:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class SourceInfo(omniORB.StructBase)
    
Method resolution order:
SourceInfo
omniORB.StructBase
__builtin__.object

Methods defined here:
__init__(self, file, routine, line)

Methods inherited from omniORB.StructBase:
__repr__(self)

Data descriptors inherited from omniORB.StructBase:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class XMLstring
     Methods defined here:
__init__(self, *args, **kw)

 
Data
        ACS_LOG_ALERT = ACS_LOG_ALERT
ACS_LOG_CRITICAL = ACS_LOG_CRITICAL
ACS_LOG_DEBUG = ACS_LOG_DEBUG
ACS_LOG_DELOUSE = ACS_LOG_DELOUSE
ACS_LOG_EMERGENCY = ACS_LOG_EMERGENCY
ACS_LOG_ERROR = ACS_LOG_ERROR
ACS_LOG_INFO = ACS_LOG_INFO
ACS_LOG_NOTICE = ACS_LOG_NOTICE
ACS_LOG_TRACE = ACS_LOG_TRACE
ACS_LOG_WARNING = ACS_LOG_WARNING
Priorities = <omniORB.Enum object>