C# Class ConfigInjector.Infrastructure.Logging.ConsoleLogger
Afficher le fichier
Open project: uglybugger/ConfigInjector
Méthodes publiques
Méthode |
Description |
|
Log ( Exception exception, string template ) : void |
|
|
Log ( string template ) : void |
|
|
Method Details
public Log ( Exception exception, string template ) : void |
exception |
System.Exception |
|
template |
string |
|
Résultat |
void |
|
public Log ( string template ) : void |
template |
string |
|
Résultat |
void |
|