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

Afficher le fichier Open project: TfsCollab/SkypeProvider

Méthodes publiques

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

Method Details

Write() public static méthode

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

WriteExceptionDetails() public static méthode

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