DatabaseLogger.IDbConfigurationInterceptor.Loaded Method

Definition

Called to start logging during Entity Framework initialization when this logger is registered. as an IDbInterceptor.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
void IDbConfigurationInterceptor.Loaded (System.Data.Entity.Infrastructure.DependencyResolution.DbConfigurationLoadedEventArgs loadedEventArgs, System.Data.Entity.Infrastructure.Interception.DbConfigurationInterceptionContext interceptionContext);
Sub Loaded (loadedEventArgs As DbConfigurationLoadedEventArgs, interceptionContext As DbConfigurationInterceptionContext) Implements IDbConfigurationInterceptor.Loaded

Parameters

loadedEventArgs
DbConfigurationLoadedEventArgs

Arguments to the event that this interceptor mirrors.

interceptionContext
DbConfigurationInterceptionContext

Contextual information about the event.

Implements

Attributes

Applies to