ForwardingLoggerRecord.CentralLogger Property

Definition

Retrieves the central logger.

public:
 property Microsoft::Build::Framework::ILogger ^ CentralLogger { Microsoft::Build::Framework::ILogger ^ get(); };
public Microsoft.Build.Framework.ILogger CentralLogger { get; }
public Microsoft.Build.Framework.ILogger CentralLogger { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.CentralLogger : Microsoft.Build.Framework.ILogger
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.CentralLogger : Microsoft.Build.Framework.ILogger
Public ReadOnly Property CentralLogger As ILogger

Property Value

The central logger.

Attributes

Applies to