# Context

### Description

This library provides an intergation with [Vostok.Context](https://vostok.gitbook.io/context/), enabling the use of [operation context](https://vostok.gitbook.io/logging/concepts/operation-context) and [enrichment](https://vostok.gitbook.io/logging/how-to-guides/enriching-events-with-custom-properties) of log events from flowing context properties.

### Source and packages

**GitHub repository:** [vostok/logging.context](https://github.com/vostok/logging.context)

**NuGet package**: [Vostok.Logging.Context](https://www.nuget.org/packages/Vostok.Logging.Context)

```
Install-Package Vostok.Logging.Context
```

[Cement](https://github.com/skbkontur/cement) users should reference this module with the following command:

```
cm ref add vostok.logging.context <path-to-project>
```

### Related pages

{% content-ref url="../concepts/operation-context" %}
[operation-context](https://vostok.gitbook.io/logging/concepts/operation-context)
{% endcontent-ref %}

{% content-ref url="../how-to-guides/using-operation-context" %}
[using-operation-context](https://vostok.gitbook.io/logging/how-to-guides/using-operation-context)
{% endcontent-ref %}

{% content-ref url="broken-reference" %}
[Broken link](https://vostok.gitbook.io/logging/modules/broken-reference)
{% endcontent-ref %}
