C# Class AWSAppender.CloudWatchLogs.Parsers.DummyLogsEventMessageParser

Inheritance: LogsEventMessageParser
Afficher le fichier Open project: camitz/CloudWatchAppender Class Usage Examples

Méthodes publiques

Méthode Description
DummyLogsEventMessageParser ( )

Méthodes protégées

Méthode Description
IsSupportedName ( string t0 ) : bool
IsSupportedValueField ( string t0 ) : bool
ShouldLocalParse ( string t0 ) : bool

Method Details

DummyLogsEventMessageParser() public méthode

IsSupportedName() protected méthode

protected IsSupportedName ( string t0 ) : bool
t0 string
Résultat bool

IsSupportedValueField() protected méthode

protected IsSupportedValueField ( string t0 ) : bool
t0 string
Résultat bool

ShouldLocalParse() protected méthode

protected ShouldLocalParse ( string t0 ) : bool
t0 string
Résultat bool