| external help file | OutSystems.SetupTools-help.xml |
|---|---|
| Module Name | OutSystems.SetupTools |
| online version | |
| schema | 2.0.0 |
Writes a message on the log file and on the verbose stream.
Write-OSInstallLog [[-Name] <String>] [-Message] <String> [<CommonParameters>]
This will Write a message on the log file and on the verbose stream.
Write-OSInstallLog -Message 'My Message'
The name on the log. Defaults to the function name if not specified.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: $($MyInvocation.Mycommand)
Accept pipeline input: False
Accept wildcard characters: FalseMessage to write on the log
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.