C# 클래스 Duality.TextWriterLogOutput

A ILogOutput">Log output that uses a
상속: ILogOutput
파일 보기 프로젝트 열기: BraveSirAndrew/duality 1 사용 예제들

공개 메소드들

메소드 설명
TextWriterLogOutput ( TextWriter writer ) : System
Write ( Log source, LogMessageType type, string msg, object context ) : void

Writes a single message to the output.

메소드 상세

TextWriterLogOutput() 공개 메소드

public TextWriterLogOutput ( TextWriter writer ) : System
writer System.IO.TextWriter
리턴 System

Write() 공개 메소드

Writes a single message to the output.
public Write ( Log source, LogMessageType type, string msg, object context ) : void
source Log The from which the message originates.
type LogMessageType The type of the log message.
msg string The message to write.
context object The context in which this log was written. Usually the primary object the log entry is associated with.
리턴 void