C# 클래스 Subtext.Framework.Logging.DatabaseLoggingProvider

Summary description for DatabaseLoggingProvider.
상속: LoggingProvider
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
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