Summary
Logger to send messages from the MSBuild logging system over an anonymous pipe.
- Namespace
- MsBuildPipeLogger
- Base Types
-
- Logger
graph TD
Base0["Logger"]-->Type
Type["PipeLogger"]
class Type type-node
Syntax
public class PipeLogger : Logger
Remarks
Heavily based on the work of Kirill Osenkov and the MSBuildStructuredLog project.
Properties
Name | Value | Summary |
---|---|---|
Pipe | IPipeWriter |
Methods
Name | Value | Summary |
---|---|---|
Initialize |
void | |
Initialize |
void | |
InitializeEvents |
void | |
InitializePipeWriter |
IPipeWriter | |
Shutdown |
void |