MemoryLogger Class |
Namespace: Hummingbird.TestFramework.CodeGenerator
The MemoryLogger type exposes the following members.
Name | Description | |
---|---|---|
MemoryLogger | Initializes a new instance of the MemoryLogger class |
Name | Description | |
---|---|---|
Messages |
The message raised by the build process.
| |
Parameters | Gets or sets the user-defined parameters of the logger. | |
Verbosity | Gets or sets the level of detail to show in the event log. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize | Subscribes loggers to specific events. This method is called when the logger is registered with the build engine, before any events are raised. | |
Shutdown | Releases the resources allocated to the logger at the time of initialization or during the build. This method is called when the logger is unregistered from the engine, after all events are raised. A host of MSBuild typically unregisters loggers immediately before quitting. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) | |
ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |