Update function name
This commit is contained in:
@@ -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
|
||||
Export-ModuleMember -Function Set-LogLevel, Write-LogMessage, Start-Logging, Stop-Logging
|
||||
Reference in New Issue
Block a user