MigrationsLogger 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可用於移轉程式的記錄器基類。
public abstract class MigrationsLogger : MarshalByRefObject
type MigrationsLogger = class
inherit MarshalByRefObject
Public MustInherit Class MigrationsLogger
Inherits MarshalByRefObject
- 繼承
-
MigrationsLogger
建構函式
MigrationsLogger() |
可用於移轉程式的記錄器基類。 |
方法
Info(String) |
記錄參考訊息。 |
Verbose(String) |
記錄一些其他資訊,只有在使用者要求詳細資訊輸出時才會向使用者呈現。 |
Warning(String) |
記錄使用者應該注意的警告。 |