PostSharp.Extensibility.BuildTimeLogging Namespace |
This namespace allows to emit build-time log records.
Class | Description | |
---|---|---|
BuildTimeLogger |
Allows to emit build-time log records. Use the GetInstance(String) method
and then invoke WriteLine(String) or Activity(String) using the ?.
operator.
|
Structure | Description | |
---|---|---|
BuildTimeLogActivity |
Value returned by the Activity(String) method that should
be disposed to mark the end of the activity and decrease the indentation level.
|