Click or drag to resize

ConsoleLogger Methods

The ConsoleLogger type exposes the following members.

Methods
  NameDescription
Public methodLog
Logs a value at a specified trace level.
Protected methodResetColor
Sets the foreground and background colors to their defaults.
Protected methodSetForegroundColor
Sets the foreground color.
Public methodStatic memberWrite
Writes the text representation of the specified object.
Protected methodWriteLine(String)
Writes the specified string value, followed by the current line terminator.
Public methodStatic memberWriteLine(Object, ConsoleColor, NullableConsoleColor)
Writes the text representation of the specified object, followed by the current line terminator, to the standard output stream.
Top
See Also