# File

### Description

This library contains an [implementation](https://vostok.gitbook.io/logging/implementations/file-log) of `ILog` that writes events to local files.

### Source and packages

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

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

```
Install-Package Vostok.Logging.File
```

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

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

### Related pages

{% content-ref url="../implementations/file-log" %}
[file-log](https://vostok.gitbook.io/logging/implementations/file-log)
{% endcontent-ref %}
