From 17dcccd4895b32f8887a80de896f1cd748da363e Mon Sep 17 00:00:00 2001 From: misdept Date: Mon, 6 Jan 2025 14:58:41 -0500 Subject: [PATCH] Update function name --- PS-Logger/PS-Logger.psm1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PS-Logger/PS-Logger.psm1 b/PS-Logger/PS-Logger.psm1 index 0bd44f8..f79c358 100644 --- a/PS-Logger/PS-Logger.psm1 +++ b/PS-Logger/PS-Logger.psm1 @@ -72,7 +72,6 @@ function Write-LogMessage { } function Start-Logging { - [CmdletBinding()] param( [Parameter(Mandatory = $false)] [string]$LogPath = "$env:TEMP\PremierOne_Install_$(Get-Date -Format 'yyyyMMdd_HHmmss').log", @@ -112,4 +111,4 @@ function Stop-Logging { } } -Export-ModuleMember -Function Set-LogLevel, Write-LogMessage, Initialize-Logging, Stop-Logging \ No newline at end of file +Export-ModuleMember -Function Set-LogLevel, Write-LogMessage, Start-Logging, Stop-Logging \ No newline at end of file