Condividi tramite


Database.Log Proprietà

Definizione

Impostare questa proprietà per registrare sql generato dal DbContext delegato specificato. Ad esempio, per accedere alla console, impostare questa proprietà su Write(String).

public Action<string> Log { get; set; }
member this.Log : Action<string> with get, set
Public Property Log As Action(Of String)

Valore della proprietà

Commenti

Il formato del testo del log può essere modificato creando un nuovo formattatore che deriva da DatabaseLogFormatter e impostandolo con SetDatabaseLogFormatter(Func<DbContext,Action<String>,DatabaseLogFormatter>). Per un controllo di livello più basso sulla registrazione/intercettazione, vedere IDbCommandInterceptor e DbInterception.

Si applica a