ProfilerLogger 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.
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. |