Méthode | Description | |
---|---|---|
ClearLog ( ) : void |
Clears the log.
|
|
GetPagedLogEntries ( int pageIndex, int pageSize ) : IPagedCollection |
Gets a pageable collection of log entries.
|
|
Instance ( ) : |
Returns the configured concrete instance of a LoggingProvider.
|
public abstract GetPagedLogEntries ( int pageIndex, int pageSize ) : IPagedCollection |
||
pageIndex | int | Index of the page. |
pageSize | int | Size of the page. |
Résultat | IPagedCollection |
public static Instance ( ) : |
||
Résultat |