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

Provider for retrieving log entries.
상속: System.Configuration.Provider.ProviderBase
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

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