C# 클래스 Amnesia.LogAdapter

Implementation of ILog that adapts the interface to a delegate.
상속: ILog
파일 보기 프로젝트 열기: vc3/Amnesia

공개 메소드들

메소드 설명
CopyInto ( ILog log ) : void
LogAdapter ( object[]>.Action write ) : System
Write ( string messageFormat ) : void

메소드 상세

CopyInto() 공개 메소드

public CopyInto ( ILog log ) : void
log ILog
리턴 void

LogAdapter() 공개 메소드

public LogAdapter ( object[]>.Action write ) : System
write object[]>.Action
리턴 System

Write() 공개 메소드

public Write ( string messageFormat ) : void
messageFormat string
리턴 void