Class ConsoleUtilities
Console helper methods
Inherited Members
Namespace: FluentMigrator.Runner
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public static class ConsoleUtilities
Methods
| Edit this page View SourceAsEmphasize(Action)
Changes the console color and calls the action
Declaration
public static void AsEmphasize(Action action)
Parameters
Type | Name | Description |
---|---|---|
Action | action | Called after the console color has been set |
AsError(Action)
Changes the console color and calls the action
Declaration
public static void AsError(Action action)
Parameters
Type | Name | Description |
---|---|---|
Action | action | Called after the console color has been set |