MigrationsLogger.Verbose(String) Method

Definition

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

public abstract void Verbose (string message);
abstract member Verbose : string -> unit
Public MustOverride Sub Verbose (message As String)

Parameters

message
String

The message to be logged.

Applies to