Module xalt_transmission_factory :: Class Syslog
[hide private]
[frames] | no frames]

Class Syslog

source code

               object --+    
                        |    
XALT_transmission_factory --+
                            |
                           Syslog

This class write the json record to syslog

Instance Methods [hide private]
 
__init__(self, syshost, kind)
This is the ctor for Syslog transmission method
source code
 
save(self, resultT)
The json table is written to syslog with the text converted to base64.
source code

Inherited from XALT_transmission_factory (private): _kind, _syshost

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from XALT_transmission_factory: build

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, syshost, kind)
(Constructor)

source code 

This is the ctor for Syslog transmission method

Parameters:
  • syshost - Name of the system.
  • kind - Type of record: link or run
Overrides: object.__init__

save(self, resultT)

source code 

The json table is written to syslog with the text converted to base64.

Parameters:
  • resultT - The json record table