MigratorLoggingDecorator Constructor (MigratorBase, MigrationsLogger)
Initializes a new instance of the MigratorLoggingDecorator class.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- innerMigrator
-
Type:
System.Data.Entity.Migrations.Infrastructure.MigratorBase
The migrator that this decorator is wrapping.
- logger
-
Type:
System.Data.Entity.Migrations.Infrastructure.MigrationsLogger
The logger to write messages to.