New-PodeLogNetworkOverride
SYNOPSIS
Creates a new set of override options for the Network Log Method.
SYNTAX
New-PodeLogNetworkOverride [[-Id] <String>] [-Ignore] [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
Creates a new set of override options for the Network Log Method.
EXAMPLES
EXAMPLE 1
$override = New-PodeLogNetworkOverride -Ignore
EXAMPLE 2
$override = New-PodeLogNetworkOverride -Id 'NetworkMethod' -Ignore
PARAMETERS
-Id
An optional ID to assign to the Log Method to override. (Default: 'Network')
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Ignore
Whether to ignore the Network Log Method when writing log items.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-ProgressAction
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.