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

GetLogEntriesWithKeyword() public method

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