Write-LogMessage

0.4


Write-LogMessage is a simple PowerShell Logger

Write-LogMessage writes the log to the console with color.

Usage: Write-LogMessage [-logMessage] <string> [[-errorLevel] {INFO|SUCCESS|WARNING|ERROR|DEBUG}] [[-logFilePath] <string>] [[-stack] <string>]
Default errorLevel is INFO

Minimum PowerShell version

5.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Write-LogMessage

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Write-LogMessage

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Kevin Attard Compagno. All rights reserved.

Package Details

Author(s)

  • Kevin Attard Compagno

Functions

Write-LogMessage

Dependencies

This module has no dependencies.

FileList

Version History

Version Downloads Last updated
0.4 (current version) 282 12/1/2022
0.3 30 10/5/2022
0.2 20 10/4/2022
0.1 14 10/3/2022
0.0.4 11 10/3/2022
0.0.3 14 10/3/2022
0.0.2 10 10/3/2022
0.0.1 13 10/3/2022
Show more