C# Class NUnitGoCore.Utils.Log

Afficher le fichier Open project: elv1s42/NUnitGo

Méthodes publiques

Méthode Description
Exception ( Exception exception, string exceptionMessage = "" ) : void
Exception ( Exception exception, string path, string exceptionMessage ) : void
Warning ( string warningMessage ) : void
Write ( string msg ) : void

Private Methods

Méthode Description
WriteToFile ( string msg, string fileName ) : void
WriteToFile ( string msg, string fileName, string filePath ) : void

Method Details

Exception() public static méthode

public static Exception ( Exception exception, string exceptionMessage = "" ) : void
exception System.Exception
exceptionMessage string
Résultat void

Exception() public static méthode

public static Exception ( Exception exception, string path, string exceptionMessage ) : void
exception System.Exception
path string
exceptionMessage string
Résultat void

Warning() public static méthode

public static Warning ( string warningMessage ) : void
warningMessage string
Résultat void

Write() public static méthode

public static Write ( string msg ) : void
msg string
Résultat void