C# 클래스 ScrewTurn.Wiki.Log

Records and retrieves Log Entries.
파일 보기 프로젝트 열기: mono/ScrewTurnWiki

공개 메소드들

메소드 설명
ClearLog ( ) : void

Clears the Log.

LogEntry ( string message, EntryType type, string user ) : void

Writes an Entry in the Log.

ReadEntries ( ) : List

Reads all the Log Entries (newest to oldest).

메소드 상세

ClearLog() 공개 정적인 메소드

Clears the Log.
public static ClearLog ( ) : void
리턴 void

LogEntry() 공개 정적인 메소드

Writes an Entry in the Log.
public static LogEntry ( string message, EntryType type, string user ) : void
message string The Message.
type EntryType The Type of the Entry.
user string The User that generated the Entry.
리턴 void

ReadEntries() 공개 정적인 메소드

Reads all the Log Entries (newest to oldest).
public static ReadEntries ( ) : List
리턴 List