MigrationsLogger 类

定义

可用于迁移过程的记录器的基类。

public abstract class MigrationsLogger : MarshalByRefObject
type MigrationsLogger = class
    inherit MarshalByRefObject
Public MustInherit Class MigrationsLogger
Inherits MarshalByRefObject
继承
MigrationsLogger

构造函数

MigrationsLogger()

可用于迁移过程的记录器的基类。

方法

Info(String)

记录信息性消息。

Verbose(String)

记录一些其他信息,这些信息仅在用户请求详细输出时才应呈现给用户。

Warning(String)

记录用户应注意的警告。

适用于