-
Notifications
You must be signed in to change notification settings - Fork 49
Get‐LoggingTarget
Massimo Bonvicini edited this page Aug 27, 2019
·
1 revision
external help file: Logging-help.xml Module Name: Logging online version: https://logging.readthedocs.io/en/latest/functions/Get-LoggingTarget.md schema: 2.0.0
Returns enabled logging targets
Get-LoggingTarget [[-Name] <String>] [<CommonParameters>]
This function returns enabled logging targtes
Get-LoggingTarget
Get-LoggingTarget -Name Console
The Name of the target to retrieve, if not passed all configured targets will be returned
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
https://logging.readthedocs.io/en/latest/functions/Get-LoggingTarget.md
https://logging.readthedocs.io/en/latest/functions/Write-Log.md
https://github.com/EsOsO/Logging/blob/master/Logging/public/Get-LoggingTarget.ps1