Summary
Initializes a new instance of the
MsBuildLogger
class.
- Namespace
- NBuildKit
.MsBuild .Tasks .Core - Containing Type
- MsBuildLogger
Syntax
public MsBuildLogger(TaskLoggingHelper logger)
Parameters
Name | Type | Description |
---|---|---|
logger | TaskLoggingHelper | The internal logger that will write the log messages to MsBuild. |
Return Value
Type | Description |
---|---|
void |