CFLogger

0.1


 CFLogger is a simple PowerShell Logger Class
 
 CFLogger writes the log to the console with color, and to a specified log file path
 
 Usage:

 Create an instance of the class:
 $myLogger = [CFLogger]::new()

 Set Minimum Log Level (default is "TRACE"; options are "FATAL", "ERROR", "WARN", "INFO", "DEBUG", "TRACE"):
 $myLogger.MinErrorLevel = "WA

 CFLogger is a simple PowerShell Logger Class
 
 CFLogger writes the log to the console with color, and to a specified log file path
 
 Usage:

 Create an instance of the class:
 $myLogger = [CFLogger]::new()

 Set Minimum Log Level (default is "TRACE"; options are "FATAL", "ERROR", "WARN", "INFO", "DEBUG", "TRACE"):
 $myLogger.MinErrorLevel = "WARN"

 Set Log File Path:
 $myLogger.LogFilePath = "C:\users\john.doe\documents\myLogger.log"

 Write Logs:
 $myLogger.Write("My Message")
 $myLogger.Write("My Message", "DEBUG")
 $myLogger.Write("My Message", "DEBUG", $myStackTraceString)
 
Show more

Minimum PowerShell version

5.0

Installation Options

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

Install-Module -Name CFLogger -RequiredVersion 0.1

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

Install-PSResource -Name CFLogger -Version 0.1

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

Dependencies

This module has no dependencies.

FileList

Version History

Version Downloads Last updated
0.3 52 1/3/2023
0.2 12 1/3/2023
0.1 (current version) 9 1/3/2023