[This is preliminary documentation and subject to change.]
Dynamically constructs an IBuildLogger instance of the class specified.
Missing <returns> documentation for M:NAnt.Core.ConsoleDriver.CreateLogger(System.String)
At this point, only looks in the assembly where IBuildLogger is defined.
Exception Type | Condition |
---|---|
TypeLoadException | Type typeName could not be loaded. |
ArgumentException | typeName does not implement IBuildLogger. |
ConsoleDriver Class | NAnt.Core Namespace