DO NOT USE. Not part of the public API.
Write-FunctionCallLogMessage `
[-Invocation <Object>] `
[-Parameters <Object>] `
[-IgnoredArguments <Object[]>] [<CommonParameters>]
Writes function call as a debug message.
Available in 0.10.2+.
This function is not part of the API.
None
EXAMPLE 1
# This is how this function should always be called
Write-FunctionCallLogMessage -Invocation $MyInvocation -Parameters $PSBoundParameters
None
None
The invocation of the function ($MyInvocation
)
Property | Value |
---|---|
Aliases | |
Required? | false |
Position? | 1 |
Default Value | |
Accept Pipeline Input? | false |
The parameters passed to the function ($PSBoundParameters
)
Property | Value |
---|---|
Aliases | |
Required? | false |
Position? | 2 |
Default Value | |
Accept Pipeline Input? | false |
Allows splatting with arguments that do not apply. Do not use directly.
Property | Value |
---|---|
Aliases | |
Required? | false |
Position? | 3 |
Default Value | |
Accept Pipeline Input? | false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters
http://go.microsoft.com/fwlink/p/?LinkID=113216 .
[[Function Reference|HelpersReference]]
NOTE: This documentation has been automatically generated from Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Write-FunctionCallLogMessage -Full
.
View the source for Write-FunctionCallLogMessage