C# Class ConfigInjector.Infrastructure.Logging.ConsoleLogger
Mostra file
Open project: uglybugger/ConfigInjector
Public Methods
Method |
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 |
|
return |
void |
|
public Log ( string template ) : void |
template |
string |
|
return |
void |
|