Interface IAnnouncer
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface IAnnouncer
Methods
|
Improve this Doc
View Source
ElapsedTime(TimeSpan)
Declaration
void ElapsedTime(TimeSpan timeSpan)
Parameters
Type |
Name |
Description |
TimeSpan |
timeSpan |
|
|
Improve this Doc
View Source
Emphasize(String)
Declaration
void Emphasize(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
|
Improve this Doc
View Source
Error(Exception)
Declaration
void Error(Exception exception)
Parameters
Type |
Name |
Description |
Exception |
exception |
|
|
Improve this Doc
View Source
Error(String)
Declaration
void Error(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
|
Improve this Doc
View Source
Heading(String)
Declaration
void Heading(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
|
Improve this Doc
View Source
Say(String)
Declaration
Parameters
Type |
Name |
Description |
String |
message |
|
|
Improve this Doc
View Source
Sql(String)
Declaration
Parameters
Type |
Name |
Description |
String |
sql |
|
|
Improve this Doc
View Source
Write(String, Boolean)
Declaration
void Write(string message, bool isNotSql = true)
Parameters
Extension Methods