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:

NamePurposeNotes
LogNameA property to tell what the name of the log is
WriteLineWrites a message to the screen without formatting.
WriteWarningWrites a message to the screen in yellow text.
WriteErrorWrites a message to the screen in red text.