-
Notifications
You must be signed in to change notification settings - Fork 50
Massimo Bonvicini edited this page Aug 27, 2019
·
2 revisions
> Add-LoggingTarget -Name Seq -Configuration @{
Url = <NOTSET> # <Required> Url to Seq instance
ApiKey = <NOTSET> # <Not required> Api Key to authenticate to Seq
Properties = <NOTSET> # <Required> Hashtable of user defined properties to be added to each Seq message
Level = <NOTSET> # <Not required> Sets the logging level for this target
}
Write-Log -Level 'WARNING' -Message 'Hello, Powershell'
Write-Log -Level 'WARNING' -Message 'Hello, {0}!' -Arguments 'Powershell'
Write-Log -Level 'WARNING' -Message 'Hello, {0}!' -Arguments 'Powershell' -Body @{source = 'Logging'}