ForwardingLoggerRecord(ILogger, LoggerDescription) Constructor
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.
Constructor.
public:
ForwardingLoggerRecord(Microsoft::Build::Framework::ILogger ^ centralLogger, Microsoft::Build::Logging::LoggerDescription ^ forwardingLoggerDescription);
public ForwardingLoggerRecord (Microsoft.Build.Framework.ILogger centralLogger, Microsoft.Build.Logging.LoggerDescription forwardingLoggerDescription);
new Microsoft.Build.Logging.ForwardingLoggerRecord : Microsoft.Build.Framework.ILogger * Microsoft.Build.Logging.LoggerDescription -> Microsoft.Build.Logging.ForwardingLoggerRecord
Public Sub New (centralLogger As ILogger, forwardingLoggerDescription As LoggerDescription)
Parameters
- centralLogger
- ILogger
The central logger
- forwardingLoggerDescription
- LoggerDescription
The description for the forwarding logger.