> For the complete documentation index, see [llms.txt](https://vostok.gitbook.io/logging/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vostok.gitbook.io/logging/implementations/silent-log.md).

# Silent log

**Location**: [abstractions module](/logging/modules/abstractions.md).

```csharp
var log = new SilentLog();
```

`SilentLog` is the most trivial log implementation: it simply drops all incoming log events.

It has no configuration and is disabled for all log levels.
