Méthode | Description | |
---|---|---|
ConsoleLogger ( string category ) : System | ||
Debug ( string message ) : void | ||
Error ( Exception ex ) : void | ||
Error ( string message ) : void | ||
Info ( string message ) : void | ||
Warn ( Exception ex ) : void | ||
Warn ( string message ) : void |
Méthode | Description | |
---|---|---|
WriteMessage ( Exception ex ) : void | ||
WriteMessage ( string message ) : void |
public ConsoleLogger ( string category ) : System | ||
category | string | |
Résultat | System |
protected WriteMessage ( Exception ex ) : void | ||
ex | Exception | |
Résultat | void |
protected WriteMessage ( string message ) : void | ||
message | string | |
Résultat | void |