Nebula.Log

1.0.2

Structured logging module for PowerShell scripts. Supports multiple log levels and file rotation.

Minimum PowerShell version

7.0

Installation Options

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

Install-Module -Name Nebula.Log -RequiredVersion 1.0.2

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

Install-PSResource -Name Nebula.Log -Version 1.0.2

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

Package Details

Author(s)

  • Giovanni Solone

Tags

Logging PowerShell Nebula Utilities

Functions

Test-ActivityLog Write-Log

Dependencies

This module has no dependencies.

Release Notes

Initial release of Nebula.Log:
- Write-Log function with support for INFO, SUCCESS, WARNING, DEBUG, ERROR
- Automatic log file archiving if it exceeds 512KB
- Alias Log-Message for compatibility
- Test-ActivityLog to validate logging setup

FileList

Version History

Version Downloads Last updated
1.0.5 6 6/4/2025
1.0.4 5 6/4/2025
1.0.3 6 5/28/2025
1.0.2 (current version) 6 5/28/2025
1.0.1 5 5/28/2025
1.0.0 6 5/28/2025
Show more