C# 클래스 Avalon.Utility.Debugging.Logger

파일 보기 프로젝트 열기: mabinogidev/mabinogi-development

공개 프로퍼티들

프로퍼티 타입 설명
LogWriter System.IO.TextWriter

공개 메소드들

메소드 설명
Log ( LogLevel level, string module, string format ) : void

메소드 상세

Log() 공개 정적인 메소드

public static Log ( LogLevel level, string module, string format ) : void
level LogLevel
module string
format string
리턴 void

프로퍼티 상세

LogWriter 공개적으로 정적으로 프로퍼티

public static TextWriter,System.IO LogWriter
리턴 System.IO.TextWriter