Andover.Data.Logs.Provider.LogsProvider.GetLogEntriesWithoutKeyword C# (CSharp) Method

GetLogEntriesWithoutKeyword() public method

public GetLogEntriesWithoutKeyword ( string keyword ) : List
keyword string
return List
        public List<LogEntry> GetLogEntriesWithoutKeyword(string keyword)
        {
            return LogEntries.GetLogEntriesWithoutKeyword(keyword);
        }