MigrationsLogger.Verbose Method (String)

 

Logs some additional information that should only be presented to the user if they request verbose output.

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

public abstract void Verbose(
	string message
)

Parameters

message
Type: System.String

The message to be logged.