NullLocalFileLogger Class

Definition

Null Local file logger placeholder for non-Windows platforms.

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
Inheritance
NullLocalFileLogger
Implements

Constructors

NullLocalFileLogger()

Default constructor

Properties

Enabled

Gets or sets a value indicating whether logger enabled or not.

FullLogPath

Gets full logger file path

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Log(LocalLoggerSeverity, String, String)

Log current string with severity

Applies to