C# Class TfsCommunity.Collaboration.Skype.Helpers.Logger

Mostrar archivo Open project: TfsCollab/SkypeProvider

Public Methods

Method Description
Write ( string message, [ file = "", [ line, [ member = "" ) : void
WriteExceptionDetails ( string source, Exception ex, [ file = "", [ line, [ member = "" ) : void

Method Details

Write() public static method

public static Write ( string message, [ file = "", [ line, [ member = "" ) : void
message string
file [
line [
member [
return void

WriteExceptionDetails() public static method

public static WriteExceptionDetails ( string source, Exception ex, [ file = "", [ line, [ member = "" ) : void
source string
ex System.Exception
file [
line [
member [
return void