C# Class Subtext.Framework.Logging.DatabaseLoggingProvider

Summary description for DatabaseLoggingProvider.
Inheritance: LoggingProvider
Mostra file 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.

Method Details

ClearLog() public method

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

GetPagedLogEntries() public method

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