Skip to content
Thomas Ardal edited this page Jan 9, 2023 · 14 revisions

Sinks

Sinks are basically locations where we want to log our event messages. So for example, we have file sink, that logs into file, console sink that outputs into console host and so on. Here are supported sinks.

You can see all Serilog(C# library, PoShLog is built upon) sinks here, but keep in mind, that at this moment PoShLog supports just few of them. If you would like to implement sink into PoShLog, please raise an issue.

Core sinks

Extensions

These sinks must be installed separately! See each cmdlet documentation for more information.

Clone this wiki locally