Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Console log

jpoehls edited this page Aug 29, 2010 · 2 revisions

ConsoleLog Class

Namespace: DotNetMigrations.Logs
Access: Internal
Inherits/Implements: LoggerBase (abstract class)

Overview:

The ConsoleLog class outputs messages passed to it to the console output window. Depending on the method called, the message text may be formatted. Any text formatting that changes are reset after the message has been written to the screen.

Public Methods / Properties:

Name Purpose Notes
LogName A property to tell what the name of the log is
WriteLine Writes a message to the screen without formatting.
WriteWarning Writes a message to the screen in yellow text.
WriteError Writes a message to the screen in red text.

Clone this wiki locally