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

IsSupportedValueField() protected method

protected IsSupportedValueField ( string t0 ) : bool
t0 string
return bool
        protected override bool IsSupportedValueField(string t0)
        {
            throw new System.NotImplementedException();
        }