|
|
__init__(self,
zem,
minpriority,
parsehost)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
|
|
|
parsePRI(self,
evt,
msg)
Parse RFC-3164 PRI part of syslog message to get facility and
priority. |
source code
|
|
|
|
defaultSeverityMap(self,
pri)
Default mapping from syslog priority to severity. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
parseTag(self,
evt,
msg)
Parse the RFC-3164 tag of the syslog message using the regex
defined at the top of this module. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|