Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Logging
2.8.0
private/Get-CallerNameInScope.ps1
function
Get-CallerNameInScope
{
[
CmdletBinding
(
)
]
param
(
)
(
Get-PSCallStack
)
[
$Logging
.
CallerScope
+
1
]
.
Command
}