C# 클래스 IInteractive.Projects.Logging.LogWriterHelper

파일 보기 프로젝트 열기: iinteractive/IInteractive.Projects

공개 메소드들

메소드 설명
Error ( this writer, object message, Exception exception ) : void
Write ( this writer, object message, string category, int priority, Exception exception ) : void

메소드 상세

Error() 공개 정적인 메소드

public static Error ( this writer, object message, Exception exception ) : void
writer this
message object
exception System.Exception
리턴 void

Write() 공개 정적인 메소드

public static Write ( this writer, object message, string category, int priority, Exception exception ) : void
writer this
message object
category string
priority int
exception System.Exception
리턴 void