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

Provider for retrieving log entries.
Наследование: System.Configuration.Provider.ProviderBase
Показать файл Открыть проект

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

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

Clears the log.

GetPagedLogEntries ( int pageIndex, int pageSize ) : IPagedCollection

Gets a pageable collection of log entries.

Instance ( ) : LoggingProvider

Returns the configured concrete instance of a LoggingProvider.

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

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

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

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

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

Instance() публичный статический Метод

Returns the configured concrete instance of a LoggingProvider.
public static Instance ( ) : LoggingProvider
Результат LoggingProvider