ScriptLogger
3.3.0
PowerShell Module to provide logging capabilities for PowerShell controller scripts.
Minimum PowerShell version
3.0
Installation Options
Author(s)
Claudio Spizzi
Copyright
Copyright (c) 2019 by Claudio Spizzi. Licensed under MIT license.
Package Details
Owners
Tags
Functions
Start-ScriptLogger Stop-ScriptLogger Get-ScriptLogger Set-ScriptLogger Write-VerboseLog Write-InformationLog Write-WarningLog Write-ErrorLog
Dependencies
This module has no dependencies.
Release Notes
https://github.com/claudiospizzi/ScriptLogger/blob/master/CHANGELOG.md
FileList
- ScriptLogger.nuspec
- ScriptLogger.psd1
- ScriptLogger.psm1
- en-US\about_ScriptLogger.help.txt
- Functions\Get-ScriptLogger.ps1
- Functions\Set-ScriptLogger.ps1
- Functions\Start-ScriptLogger.ps1
- Functions\Stop-ScriptLogger.ps1
- Functions\Write-ErrorLog.ps1
- Functions\Write-InformationLog.ps1
- Functions\Write-VerboseLog.ps1
- Functions\Write-WarningLog.ps1
- Helpers\Show-ErrorMessage.ps1
- Helpers\Show-InformationMessage.ps1
- Helpers\Show-VerboseMessage.ps1
- Helpers\Show-WarningMessage.ps1
- Helpers\Write-Log.ps1
- Resources\ScriptLogger.Formats.ps1xml
- Resources\ScriptLogger.Types.ps1xml
- Tests\Unit\Get-ScriptLogger.Tests.ps1
- Tests\Unit\Set-ScriptLogger.Tests.ps1
- Tests\Unit\Start-ScriptLogger.Tests.ps1
- Tests\Unit\Stop-ScriptLogger.Tests.ps1
- Tests\Unit\Write-ErrorLog.Tests.ps1
- Tests\Unit\Write-InformationLog.Tests.ps1
- Tests\Unit\Write-VerboseLog.Tests.ps1
- Tests\Unit\Write-WarningLog.Tests.ps1