Part of logsparser
The only class one should ever use here is Normalizer
.
The rest is used during the parsing of the definition files that is taken
care of by the Normalizer class.
Class | Tag | A tag as defined in a pattern. |
Class | TagType | A tag type. This defines how to match a given tag. |
Function | get_generic_tagTypes | Imports the common tag types. |
Class | PatternExample | Represents an log sample matching a given pattern. expected_tags is a |
Class | Pattern | A pattern, as defined in a normalizer configuration file. |
Class | CallbackFunction | This class is used to define a callback function from source code present |
Class | Normalizer | Log Normalizer, based on an XML definition file. |
Function | doc2RST | Returns a RestructuredText documentation from |