ForwardingLoggerRecord.CentralLogger Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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