C# Class CloudSmith.Dynamics365.CrmSvcUtil.DiagnosticExtensions

Afficher le fichier Open project: cloudsmithconsulting/Dynamics365-VsCode-Samples

Méthodes publiques

Méthode Description
Debug ( TraceSource ts, string message ) : void
LogExceptionWarning ( TraceSource ts, Exception ex ) : void
LogInformation ( TraceSource ts, string message ) : void

Method Details

Debug() public static méthode

public static Debug ( TraceSource ts, string message ) : void
ts TraceSource
message string
Résultat void

LogExceptionWarning() public static méthode

public static LogExceptionWarning ( TraceSource ts, Exception ex ) : void
ts TraceSource
ex Exception
Résultat void

LogInformation() public static méthode

public static LogInformation ( TraceSource ts, string message ) : void
ts TraceSource
message string
Résultat void