Click or drag to resize

MemoryLoggerShutdown Method

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.

Namespace:  Hummingbird.TestFramework.CodeGenerator
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void Shutdown()

Implements

ILoggerShutdown
See Also