PostSharp.ILAPI ReferencePost­Sharp.​Extensibility.​Build­Time­Logging
Open sandboxFocus

PostSharp.Extensibility.BuildTimeLogging Namespace

Classes

BuildTimeLogActivity

Value returned by the Activity(String) method that should be disposed to mark the end of the activity and decrease the indentation level.

BuildTimeLogger

Allows to emit build-time log records. Use the GetInstance(String) method and then invoke WriteLine(String) or Activity(String) using the ?. operator.