MigrationsLogger Class
Base class for loggers that can be used for the migrations process.
Assembly: EntityFramework (in EntityFramework.dll)
System.MarshalByRefObject
System.Data.Entity.Migrations.Infrastructure.MigrationsLogger
Name | Description | |
---|---|---|
![]() | MigrationsLogger() | Initializes a new instance of the MigrationsLogger class. |
Name | Description | |
---|---|---|
![]() | CreateObjRef(Type) | (Inherited from MarshalByRefObject.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Info(String) | Logs an informational message. |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Verbose(String) | Logs some additional information that should only be presented to the user if they request verbose output. |
![]() | Warning(String) | Logs a warning that the user should be made aware of. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.