Public/Get-LogFilePath.ps1
function Get-LogFilePath { Write-Output $Script:logFile } Export-ModuleMember -Function Get-LogFilePath |
function Get-LogFilePath { Write-Output $Script:logFile } Export-ModuleMember -Function Get-LogFilePath |