forked from Badgerati/Pode
-
Notifications
You must be signed in to change notification settings - Fork 0
Enable PodeLog
mdaneri edited this page Mar 10, 2025
·
1 revision
Enables logging in Pode.
Enable-PodeLog [-Terminal]
This function enables logging in Pode by setting the appropriate flags in the Pode context.
Enable-PodeLog
This example enables all logging except terminal logging.
Enable-PodeLog -Terminal
This example enables all logging including terminal logging for the Pode C# listener.
A switch parameter that, if specified, enables terminal logging for the Pode C# listener.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
sss
x