Home | Trees | Index | Help |
|
---|
Module netsyslog :: Class PriPart |
|
object
--+
|
PriPart
The PRI part of the packet.
Though never printed in the output from a syslog server, the PRI part is a crucial part of the packet. It encodes both the facility and severity of the packet, both of which are defined in terms of numerical constants from the standard syslog module.
See Section 4.1.1 of RFC 3164 for details.Method Summary | |
---|---|
Initialise the object, specifying facility and severity. | |
__str__(self)
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value |
Method Details |
---|
__init__(self,
facility,
severity)
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jul 15 11:57:30 2005 | http://epydoc.sf.net |