DistributedFileLogger Class
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.
This class will create a text file which will contain the build log for that node
public ref class DistributedFileLogger : Microsoft::Build::Framework::IForwardingLogger
public class DistributedFileLogger : Microsoft.Build.Framework.IForwardingLogger
type DistributedFileLogger = class
interface IForwardingLogger
interface INodeLogger
interface ILogger
Public Class DistributedFileLogger
Implements IForwardingLogger
- Inheritance
-
DistributedFileLogger
- Implements
Constructors
DistributedFileLogger() |
Default constructor. |
Properties
BuildEventRedirector |
Gets or sets the IEventRedirector object used to redirect build events. |
NodeId |
Gets or sets the identifier of the node which the forwarding logger is attached to. |
Parameters |
Gets or sets the parameters. |
Verbosity |
Gets or sets LoggerVerbosity. This is currently hard-coded as Detailed. |
Methods
Initialize(IEventSource, Int32) |
Initializes the logger. |
Initialize(IEventSource) |
Initializes the logger. |
Shutdown() |
Instructs the logger to shut down. |