Method | 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 |
Method | Description | |
---|---|---|
WriteMessage ( Exception ex ) : void | ||
WriteMessage ( string message ) : void |
public ConsoleLogger ( string category ) : System | ||
category | string | |
return | System |
protected WriteMessage ( Exception ex ) : void | ||
ex | Exception | |
return | void |
protected WriteMessage ( string message ) : void | ||
message | string | |
return | void |