C# Class Subtext.Framework.Logging.LoggingProvider

Provider for retrieving log entries.
Inheritance: System.Configuration.Provider.ProviderBase
ファイルを表示 Open project: ayende/Subtext

Public Methods

Method Description
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.

Method Details

ClearLog() public abstract method

Clears the log.
public abstract ClearLog ( ) : void
return void

GetPagedLogEntries() public abstract method

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.
return IPagedCollection

Instance() public static method

Returns the configured concrete instance of a LoggingProvider.
public static Instance ( ) : LoggingProvider
return LoggingProvider