C# 클래스 EdjCase.JsonRpc.Router.Utilities.LoggerExtensions

파일 보기 프로젝트 열기: edjCase/JsonRpc

공개 메소드들

메소드 설명
LogException ( this logger, Exception ex, string message = null ) : void

메소드 상세

LogException() 공개 정적인 메소드

public static LogException ( this logger, Exception ex, string message = null ) : void
logger this
ex System.Exception
message string
리턴 void