Interface ILogProvider
Assembly: Experior.Interfaces.dll
Syntax
public interface ILogProvider
Methods
Fetch(String, Int32, Int32)
Declaration
IReadOnlyList<ILog> Fetch(string logLevel = "", int index = 0, int rows = 100)
Parameters
Type |
Name |
Description |
System.String |
logLevel |
|
System.Int32 |
index |
|
System.Int32 |
rows |
|
Returns
Type |
Description |
System.Collections.Generic.IReadOnlyList<ILog> |
|
Query(String)
Declaration
IReadOnlyList<ILog> Query(string queryStr)
Parameters
Type |
Name |
Description |
System.String |
queryStr |
|
Returns
Type |
Description |
System.Collections.Generic.IReadOnlyList<ILog> |
|