C# Class VimeoAPI.VimeoLogger

Mostrar archivo Open project: TechSmith/VimeoAPI

Public Methods

Method Description
GetLogFullPath ( ) : String
Log ( Exception ex ) : void
Log ( HttpWebResponse response ) : void
Log ( String strMessage ) : void
Log ( WebException wex ) : void

Method Details

GetLogFullPath() public static method

public static GetLogFullPath ( ) : String
return String

Log() public static method

public static Log ( Exception ex ) : void
ex System.Exception
return void

Log() public static method

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

Log() public static method

public static Log ( String strMessage ) : void
strMessage String
return void

Log() public static method

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