Method GetInstance
GetInstance(String)
Gets a BuildTimeLogger for a given category, or null
if
logging is not enabled for this category.
Declaration
public static BuildTimeLogger GetInstance(string category)
Parameters
Type | Name | Description |
---|---|---|
String | category | The name of the category. |
Returns
Type | Description |
---|---|
BuildTimeLogger | A BuildTimeLogger for the |