LoggersRegisteredEventArgs 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.
Arguments for the loggers registered event, containing one or more logger registrations.
public ref class LoggersRegisteredEventArgs sealed : Microsoft::Build::Framework::BuildStatusEventArgs
[System.Serializable]
public sealed class LoggersRegisteredEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs
[<System.Serializable>]
type LoggersRegisteredEventArgs = class
inherit BuildStatusEventArgs
Public NotInheritable Class LoggersRegisteredEventArgs
Inherits BuildStatusEventArgs
- Inheritance
-
LoggersRegisteredEventArgs
- Attributes
Constructors
| Name | Description |
|---|---|
| LoggersRegisteredEventArgs(IReadOnlyList<RegisteredLoggerInfo>) |
Initialize a new instance of the LoggersRegisteredEventArgs class. |
Properties
| Name | Description |
|---|---|
| BuildEventContext |
Event contextual information for the build event argument (Inherited from BuildEventArgs) |
| HelpKeyword |
Custom help keyword associated with event. (Inherited from BuildEventArgs) |
| Loggers |
The registered loggers. |
| Message |
Gets the formatted message. (Inherited from LazyFormattedBuildEventArgs) |
| RawMessage |
Exposes the underlying message field without side-effects. Used for serialization. (Inherited from BuildEventArgs) |
| RawTimestamp |
Exposes the private timestamp field to derived types. Used for serialization. Avoids the side effects of calling the Timestamp getter. (Inherited from BuildEventArgs) |
| SenderName |
Name of the object sending this event. (Inherited from BuildEventArgs) |
| ThreadId |
The thread that raised event. (Inherited from BuildEventArgs) |
| Timestamp |
The time when event was raised. (Inherited from BuildEventArgs) |