C# 클래스 XLog.NET.Targets.DelegateTarget

상속: Target
파일 보기 프로젝트 열기: Belorus/XLog

공개 메소드들

메소드 설명
DelegateTarget ( Action writerFunc, IFormatter formatter = null ) : System
Write ( string content ) : void

메소드 상세

DelegateTarget() 공개 메소드

public DelegateTarget ( Action writerFunc, IFormatter formatter = null ) : System
writerFunc Action
formatter IFormatter
리턴 System

Write() 공개 메소드

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