-
Notifications
You must be signed in to change notification settings - Fork 18
Sinks
Thomas Ardal edited this page Jan 9, 2023
·
14 revisions
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.
These sinks must be installed separately! See each cmdlet documentation for more information.
Built upon Serilog. If you are missing some info, try to look at serilog wiki.