MigrationsLogger Class
Entity Framework 5.0
Base class for loggers that can be used for the migrations process.
System.Object
System.MarshalByRefObject
System.Data.Entity.Migrations.Infrastructure.MigrationsLogger
System.MarshalByRefObject
System.Data.Entity.Migrations.Infrastructure.MigrationsLogger
Namespace: System.Data.Entity.Migrations.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
The MigrationsLogger type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() | GetType | (Inherited from Object.) |
![]() | Info | Logs an informational message. |
![]() | InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | ToString | (Inherited from Object.) |
![]() | Verbose | Logs some additional information that should only be presented to the user if they request verbose output. |
![]() | Warning | Logs a warning that the user should be made aware of. |
Show:
