NullLocalFileLogger 类

定义

非 Windows 平台的本地文件记录器占位符为空。

public ref class NullLocalFileLogger sealed : IDisposable, Microsoft::VisualStudio::LocalLogger::ILocalFileLogger
public sealed class NullLocalFileLogger : IDisposable, Microsoft.VisualStudio.LocalLogger.ILocalFileLogger
type NullLocalFileLogger = class
    interface ILocalFileLogger
    interface IDisposable
Public NotInheritable Class NullLocalFileLogger
Implements IDisposable, ILocalFileLogger
继承
NullLocalFileLogger
实现

构造函数

NullLocalFileLogger()

默认构造函数

属性

Enabled

获取或设置一个值,该值指示是否已启用记录器。

FullLogPath

获取完整的记录器文件路径

方法

Dispose()

执行与释放或重置非托管资源关联的应用程序定义的任务。

Log(LocalLoggerSeverity, String, String)

记录具有严重性的当前字符串

适用于