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