C# Класс Subtext.Framework.Logging.DatabaseLoggingProvider

Summary description for DatabaseLoggingProvider.
Наследование: LoggingProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
ClearLog ( ) : void

Clears the log.

GetPagedLogEntries ( int pageIndex, int pageSize ) : IPagedCollection

Gets a pageable collection of log entries.

Описание методов

ClearLog() публичный Метод

Clears the log.
public ClearLog ( ) : void
Результат void

GetPagedLogEntries() публичный Метод

Gets a pageable collection of log entries.
public GetPagedLogEntries ( int pageIndex, int pageSize ) : IPagedCollection
pageIndex int Index of the page.
pageSize int Size of the page.
Результат IPagedCollection