C# Class Praeclarum.Log

Afficher le fichier Open project: praeclarum/Praeclarum

Méthodes publiques

Свойство Type Description
Domain string

Méthodes publiques

Méthode Description
Error ( Exception ex ) : void
Error ( string context, Exception ex ) : void
GetUserErrorMessage ( Exception ex ) : string
ShowError ( this obj, Exception ex, string format ) : void

Private Methods

Méthode Description
WriteLine ( string type, string line ) : void

Method Details

Error() public static méthode

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

Error() public static méthode

public static Error ( string context, Exception ex ) : void
context string
ex System.Exception
Résultat void

GetUserErrorMessage() public static méthode

public static GetUserErrorMessage ( Exception ex ) : string
ex System.Exception
Résultat string

ShowError() public static méthode

public static ShowError ( this obj, Exception ex, string format ) : void
obj this
ex System.Exception
format string
Résultat void

Property Details

Domain public_oe static_oe property

public static string Domain
Résultat string