C# 클래스 VimeoAPI.VimeoLogger

파일 보기 프로젝트 열기: TechSmith/VimeoAPI

공개 메소드들

메소드 설명
GetLogFullPath ( ) : String
Log ( Exception ex ) : void
Log ( HttpWebResponse response ) : void
Log ( String strMessage ) : void
Log ( WebException wex ) : void

메소드 상세

GetLogFullPath() 공개 정적인 메소드

public static GetLogFullPath ( ) : String
리턴 String

Log() 공개 정적인 메소드

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

Log() 공개 정적인 메소드

public static Log ( HttpWebResponse response ) : void
response System.Net.HttpWebResponse
리턴 void

Log() 공개 정적인 메소드

public static Log ( String strMessage ) : void
strMessage String
리턴 void

Log() 공개 정적인 메소드

public static Log ( WebException wex ) : void
wex System.Net.WebException
리턴 void