Class RunnerEventIds
The default runner event IDs
Inherited Members
Namespace: FluentMigrator.Runner
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public static class RunnerEventIds
Fields
| Edit this page View SourceElapsedTime
Gets the event ID for elapsed time
Declaration
public static readonly EventId ElapsedTime
Field Value
Type | Description |
---|---|
EventId |
Emphasize
Gets the event ID for an emphasized message
Declaration
public static readonly EventId Emphasize
Field Value
Type | Description |
---|---|
EventId |
Heading
Gets the event ID for a heading
Declaration
public static readonly EventId Heading
Field Value
Type | Description |
---|---|
EventId |
RunnerCategory
Declaration
public const string RunnerCategory = "FluentMigrator.Runner"
Field Value
Type | Description |
---|---|
string |
Say
Gets the event ID for an informational message
Declaration
public static readonly EventId Say
Field Value
Type | Description |
---|---|
EventId |
Sql
Gets the event ID for an SQL statement
Declaration
public static readonly EventId Sql
Field Value
Type | Description |
---|---|
EventId |