AWSAppender.CloudWatchLogs.Parsers.DummyLogsEventMessageParser.ShouldLocalParse C# (CSharp) Method

ShouldLocalParse() protected method

protected ShouldLocalParse ( string t0 ) : bool
t0 string
return bool
        protected override bool ShouldLocalParse(string t0)
        {
            return false;
        }