ToolingFacade.LogVerboseDelegate Property

 

Gets or sets an action to be run to log verbose information.

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

public Action<string> LogVerboseDelegate {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Action<String>