Action.Logging

2.2.3

Enhanced PowerShell logging module with async support. Provides severity-based logging with automatic file management, color-coded console output, and high-performance asynchronous logging capabilities for PowerShell scripts and automation.

Minimum PowerShell version

5.1

Installation Options

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

Install-Module -Name Action.Logging -RequiredVersion 2.2.3

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

Install-PSResource -Name Action.Logging -Version 2.2.3

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) 2025 Gonzalo More. Licensed under MIT License.

Package Details

Author(s)

  • Gonzalo More

Tags

Logging PowerShell Automation Async Console FileManagement

Functions

Write-EnhancedLog Clear-OldLog Start-AsyncLogger Stop-AsyncLogger Write-EnhancedLogAsync Set-LoggingConsoleOutput Set-LoggingFileOutput Set-LogRetention Set-MinLogLevel Set-LogScriptName Set-LogPath Get-LoggingStatus

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes

Version 2.2.3: DOCUMENTATION REFINEMENT - Corrected version references throughout documentation. Ensured consistency across all documentation sections. No functional changes. Version 2.2.2: DOCUMENTATION UPDATE - Minor typo corrections and documentation improvements. Updated README.md for clarity. No functional changes. Version 2.2.1: METADATA ENHANCEMENT - Added ProjectUri and LicenseUri to module manifest for improved PowerShell Gallery metadata. Now includes direct GitHub repository link for easy access to source code and issue tracking. No functional changes. Version 2.2.0: SIMPLIFIED RELEASE - Removed Set-LogTimestampFormat function for consistency and simplicity. All timestamps now use standard yyyy-MM-dd HH:mm:ss format for universal compatibility. Maintained Set-MinLogLevel for production log filtering and QueueLength monitoring. Fixed async color mapping bug. Module remains feature-complete with 12 essential functions.

FileList

Version History

Version Downloads Last updated
2.4.0 143 8/31/2025
2.2.3 (current version) 63 8/31/2025
2.2.2 6 8/31/2025
2.2.1 6 8/31/2025
2.2.0 12 8/31/2025
2.0.2 10 8/31/2025
2.0.1 14 8/31/2025
1.9.2 8 8/30/2025
1.5.2 8 8/30/2025
1.5.1 6 8/30/2025
1.5.0 8 8/30/2025
1.4.0 20 8/28/2025
1.2.1 7 8/19/2025
1.2.0 5 8/19/2025
1.0.1 6 8/18/2025
1.0.0 8 8/18/2025
Show more