WarningsConfigurationBuilder.Log(CoreEventId[]) 方法

定义

导致在生成指定的核心警告时记录警告。 数据库提供程序 (和其他扩展) 可能会提供此方法的扩展方法重载,以便为它们生成的警告配置此行为。

public virtual Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder Log (params Microsoft.EntityFrameworkCore.Infrastructure.CoreEventId[] coreEventIds);
abstract member Log : Microsoft.EntityFrameworkCore.Infrastructure.CoreEventId[] -> Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder
override this.Log : Microsoft.EntityFrameworkCore.Infrastructure.CoreEventId[] -> Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder
Public Overridable Function Log (ParamArray coreEventIds As CoreEventId()) As WarningsConfigurationBuilder

参数

coreEventIds
CoreEventId[]

CoreEventId 警告 () 。

返回

同一生成器实例,以便可以链接多个调用。

适用于