Initialize(IEnumerable<string>)
Initializes the BuildTimeLogger facility.
Declaration
public static void Initialize(IEnumerable<string> enabledCategories = null)Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | enabledCategories | The set of enabled categories. This set cannot be changed after initialization. |