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