Skip to main content

Seq

Seq

Configuration options

OptionTypeMandatoryDefaultDescription
LevelStringNoDefault LevelDefines the lowest logging level to logged
UrlStringYesN/AUrl to Seq instance
ApiKeyStringNoN/AApi Key to authenticate to Seq
PropertiesHashTableNoN/AHashtable of user defined properties to be added to each Seq message

Example

> Add-LoggingTarget -Name Seq -Configuration @{
Url = <NOTSET>
ApiKey = <NOTSET>
Properties = <NOTSET>
Level = <NOTSET>
}