AWSAppender.CloudWatchLogs.Parsers.DummyLogsEventMessageParser.ShouldLocalParse C# (CSharp) Méthode

ShouldLocalParse() protected méthode

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