Class FluentMigratorLoggerOptions
Options for the FluentMigratorLogger
Inherited Members
Namespace: FluentMigrator.Runner
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public class FluentMigratorLoggerOptions
Properties
| Edit this page View SourceShowElapsedTime
Gets or sets a value indicating whether the elapsed time should be shown
Declaration
public bool ShowElapsedTime { get; set; }
Property Value
Type | Description |
---|---|
bool |
ShowSql
Gets or sets a value indicating whether SQL statements should be shown
Declaration
public bool ShowSql { get; set; }
Property Value
Type | Description |
---|---|
bool |