Class AnnouncerExtensions
Extension methods for an IAnnouncer
Inherited Members
Namespace: FluentMigrator.Runner
Assembly: FluentMigrator.Runner.Core.dll
Syntax
[Obsolete]
public static class AnnouncerExtensions
Methods
| Edit this page View SourceError(IAnnouncer, string, params object[])
Writes a formatted error message
Declaration
[Obsolete]
public static void Error(this IAnnouncer announcer, string message, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
IAnnouncer | announcer | The announcer used to write the message |
string | message | The message to format |
object[] | args | The arguments |
Heading(IAnnouncer, string, params object[])
Writes a formatted heading message
Declaration
[Obsolete]
public static void Heading(this IAnnouncer announcer, string message, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
IAnnouncer | announcer | The announcer used to write the message |
string | message | The message to format |
object[] | args | The arguments |
Say(IAnnouncer, string, params object[])
Writes a formatted message
Declaration
[Obsolete]
public static void Say(this IAnnouncer announcer, string message, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
IAnnouncer | announcer | The announcer used to write the message |
string | message | The message to format |
object[] | args | The arguments |