C# Class AWSAppender.CloudWatchLogs.Parsers.DummyLogsEventMessageParser

Inheritance: LogsEventMessageParser
Show file Open project: camitz/CloudWatchAppender Class Usage Examples

Public Methods

Method Description
DummyLogsEventMessageParser ( )

Protected Methods

Method Description
IsSupportedName ( string t0 ) : bool
IsSupportedValueField ( string t0 ) : bool
ShouldLocalParse ( string t0 ) : bool

Method Details

DummyLogsEventMessageParser() public method

IsSupportedName() protected method

protected IsSupportedName ( string t0 ) : bool
t0 string
return bool

IsSupportedValueField() protected method

protected IsSupportedValueField ( string t0 ) : bool
t0 string
return bool

ShouldLocalParse() protected method

protected ShouldLocalParse ( string t0 ) : bool
t0 string
return bool