MigrationsLogger Class

 

Base class for loggers that can be used for the migrations process.

Namespace:   System.Data.Entity.Migrations.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.MarshalByRefObject
    System.Data.Entity.Migrations.Infrastructure.MigrationsLogger

public abstract class MigrationsLogger : MarshalByRefObject

NameDescription
System_CAPS_protmethodMigrationsLogger()

Initializes a new instance of the MigrationsLogger class.

NameDescription
System_CAPS_pubmethodCreateObjRef(Type)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInfo(String)

Logs an informational message.

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodVerbose(String)

Logs some additional information that should only be presented to the user if they request verbose output.

System_CAPS_pubmethodWarning(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.