C# 클래스 Amnesia.SerializableLog

상속: ILog
파일 보기 프로젝트 열기: vc3/Amnesia 1 사용 예제들

공개 메소드들

메소드 설명
CopyInto ( ILog other ) : void
SerializableLog ( ) : System
SerializableLog ( bool useRelativeTimestamps ) : System
Write ( string messageFormat ) : void

메소드 상세

CopyInto() 공개 메소드

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

SerializableLog() 공개 메소드

public SerializableLog ( ) : System
리턴 System

SerializableLog() 공개 메소드

public SerializableLog ( bool useRelativeTimestamps ) : System
useRelativeTimestamps bool
리턴 System

Write() 공개 메소드

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