C# Class Subtext.Framework.Logging.LoggingProvider

Provider for retrieving log entries.
Inheritance: System.Configuration.Provider.ProviderBase
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode 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 méthode

Clears the log.
public abstract ClearLog ( ) : void
Résultat void

GetPagedLogEntries() public abstract méthode

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.
Résultat IPagedCollection

Instance() public static méthode

Returns the configured concrete instance of a LoggingProvider.
public static Instance ( ) : LoggingProvider
Résultat LoggingProvider