Classes
BuildTimeLogger
Allows to emit build-time log records. Use the GetInstance(string) method
and then invoke WriteLine(string) or Activity(string) using the ?.
operator.
Structs
BuildTimeLogActivity
Value returned by the Activity(string) method that should be disposed to mark the end of the activity and decrease the indentation level.