Click or drag to resize

MemoryLogger Class

The code generation logger which logs into the memory.
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFramework.CodeGeneratorMemoryLogger

Namespace:  Hummingbird.TestFramework.CodeGenerator
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public sealed class MemoryLogger : ILogger

The MemoryLogger type exposes the following members.

Constructors
  NameDescription
Public methodMemoryLogger
Initializes a new instance of the MemoryLogger class
Top
Properties
  NameDescription
Public propertyMessages
The message raised by the build process.
Public propertyParameters
Gets or sets the user-defined parameters of the logger.
Public propertyVerbosity
Gets or sets the level of detail to show in the event log.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Subscribes loggers to specific events. This method is called when the logger is registered with the build engine, before any events are raised.
Public methodShutdown
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodToStringOrXml
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.)
Public Extension MethodToXmlString
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.)
Top
See Also