ConsoleLogger Methods |
The ConsoleLogger type exposes the following members.
Name | Description | |
---|---|---|
Log |
Logs a value at a specified trace level.
| |
ResetColor |
Sets the foreground and background colors to their defaults.
| |
SetForegroundColor |
Sets the foreground color.
| |
Write |
Writes the text representation of the specified object.
| |
WriteLine(String) |
Writes the specified string value, followed by the current line terminator.
| |
WriteLine(Object, ConsoleColor, NullableConsoleColor) |
Writes the text representation of the specified object, followed by the current line terminator, to the standard output stream.
|