ProfilerLogger Class

Definition

Listens to build evaluation finished events and collects profiling information when available

public ref class ProfilerLogger sealed : Microsoft::Build::Framework::ILogger
public sealed class ProfilerLogger : Microsoft.Build.Framework.ILogger
type ProfilerLogger = class
    interface ILogger
Public NotInheritable Class ProfilerLogger
Implements ILogger
Inheritance
ProfilerLogger
Implements

Constructors

ProfilerLogger(String)

Properties

FileToLog

If null, no file is saved to disk

Parameters

No specific parameters are used by this logger.

Verbosity

Gets or sets the verbosity level.

Methods

Initialize(IEventSource)

Subscribes to status events, which is the category for the evaluation finished event.

Shutdown()

On shutdown, the profiler report is written to disk.

Applies to