#pragma warning disable CS0618 // Type or member is obsolete public IEnumerable<LogEntry> QueryBy(string path, FollowFilter filter) #pragma warning restore CS0618 // Type or member is obsolete { throw new NotImplementedException(); }
public IEnumerable<LogEntry> QueryBy(string path, FollowFilter filter) { throw new NotImplementedException(); }