LogTo(Action<String>, IEnumerable<String>, LogLevel, Nullable<DbContextLoggerOptions>) 使用提供的 操作记录指定类别中的所有事件。 例如,使用 optionsBuilder.LogTo(Console.WriteLine, new[] { DbLoggerCategory.Infrastructure.Name }) 记录 类别中的所有 DbLoggerCategory.Infrastructure 事件。 LogTo(Action<...
Factory()) .BuildServiceProvider(); var optionsBuilder = new DbContextOptionsBuilder(); optionsBuilder .EnableSensitiveDataLogging() .UseSqlServer(_testStore.Connection.ConnectionString); _options = optionsBuilder.Options; _serviceProvider.GetRequiredService...
LogTo(Action<String>, IEnumerable<String>, LogLevel, Nullable<DbContextLoggerOptions>) 使用提供的 操作记录指定类别中的所有事件。 例如,使用 optionsBuilder.LogTo(Console.WriteLine, new[] { DbLoggerCategory.Infrastructure.Name }) 记录 类别中的所有 DbLoggerCategory.Infrastructure 事件。 Log...
例如,使用 optionsBuilder.LogTo(Console.WriteLine, new[] { DbLoggerCategory.Infrastructure.Name }) 记录 类别中的所有 DbLoggerCategory.Infrastructure 事件。 LogTo(Action<String>, LogLevel, Nullable<DbContextLoggerOptions>) 使用提供的操作进行日志。 例如,使用 optionsBuilder.LogTo(Console...
例如,使用 optionsBuilder.LogTo(Console.WriteLine, new[] { DbLoggerCategory.Infrastructure.Name }) 记录 类别中的所有 DbLoggerCategory.Infrastructure 事件。 LogTo(Action<String>, LogLevel, Nullable<DbContextLoggerOptions>) 使用提供的操作进行日志。 例如,使用 optionsBuilder.LogTo(Console.WriteLine) ...
Logs all events in the specified categories using the supplied action. For example, use optionsBuilder.LogTo(Console.WriteLine, new[] { DbLoggerCategory.Infrastructure.Name }) to log all events in the DbLoggerCategory.Infrastructure category.
LogTo(Action<String>, IEnumerable<String>, LogLevel, Nullable<DbContextLoggerOptions>) Logs all events in the specified categories using the supplied action. For example, use optionsBuilder.LogTo(Console.WriteLine, new[] { DbLoggerCategory.Infrastructure.Name }) to log all events in the DbLogg...
LogTo(Action<String>, IEnumerable<String>, LogLevel, Nullable<DbContextLoggerOptions>) 使用提供的動作,記錄指定類別中的所有事件。 例如,使用 optionsBuilder.LogTo(Console.WriteLine, new[] { DbLoggerCategory.Infrastructure.Name }) 來記錄類別中的所有 DbLoggerCategory.Infrastructure 事件。 ...
LogTo(Action<String>, IEnumerable<String>, LogLevel, Nullable<DbContextLoggerOptions>) Registra todos os eventos nas categorias especificadas usando a ação fornecida. Por exemplo, use optionsBuilder.LogTo(Console.WriteLine, new[] { DbLoggerCategory.Infrastructure.Name }) para registrar to...
例如,使用 optionsBuilder.LogTo(Console.WriteLine, new[] { DbLoggerCategory.Infrastructure.Name }) 记录 类别中的所有 DbLoggerCategory.Infrastructure 事件。 (继承自 DbContextOptionsBuilder) LogTo(Action<String>, LogLevel, Nullable<DbContextLoggerOptions>) 使用提供的操作进行日志。 例如,使用 opti...