Write-UcmLog
Function to output messages to the console based on their severity and create log files
Last updated
Function to output messages to the console based on their severity and create log files
Last updated
Write-Log -Message 'This is a log message' -Severity 3 -component 'Example Component'
# Writes a log file message and displays a warning to the user