C# 클래스 CloudMedicApi.Utility.Logger

This is a generalized exception/error handler that can be plugged into the WebApi exception handling (via `ExceptionLogger`) as well as can be invoked directly by app code (via `Log(..)` overloads)
상속: System.Web.Http.ExceptionHandling.ExceptionLogger
파일 보기 프로젝트 열기: crypteron/cloudmedic

공개 메소드들

메소드 설명
Log ( Exception e ) : void
Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void
Log ( string msg ) : void

비공개 메소드들

메소드 설명
RequestToString ( HttpRequestMessage request ) : string

메소드 상세

Log() 공개 정적인 메소드

public static Log ( Exception e ) : void
e System.Exception
리턴 void

Log() 공개 메소드

public Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void
context System.Web.Http.ExceptionHandling.ExceptionLoggerContext
리턴 void

Log() 공개 정적인 메소드

public static Log ( string msg ) : void
msg string
리턴 void