C# Class Microsoft.Research.DataOnboarding.Utilities.ErrorLogger

Afficher le fichier Open project: CDLUC3/dataup2

Méthodes publiques

Méthode Description
Log ( string message ) : void
LogException ( Exception ex ) : void

Method Details

Log() public static méthode

public static Log ( string message ) : void
message string
Résultat void

LogException() public static méthode

public static LogException ( Exception ex ) : void
ex System.Exception
Résultat void