MigrationsLogger.Warning Method (String)

 

Logs a warning that the user should be made aware of.

Namespace:   System.Data.Entity.Migrations.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public abstract void Warning(
	string message
)

Parameters

message
Type: System.String

The message to be logged.