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. | |