AaTurpin.PSLogger 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package AaTurpin.PSLogger --version 1.0.1
                    
NuGet\Install-Package AaTurpin.PSLogger -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AaTurpin.PSLogger" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AaTurpin.PSLogger" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="AaTurpin.PSLogger" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AaTurpin.PSLogger --version 1.0.1
                    
#r "nuget: AaTurpin.PSLogger, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AaTurpin.PSLogger@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AaTurpin.PSLogger&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=AaTurpin.PSLogger&version=1.0.1
                    
Install as a Cake Tool

PowerShell module providing thread-safe logging capabilities with multiple log levels and exception handling support

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on AaTurpin.PSLogger:

Package Downloads
AaTurpin.PSConfig

PowerShell module for managing JSON configuration files with drive mappings, monitored directories, and staging area settings. Provides thread-safe configuration management with validation and error handling, plus interactive multi-select menus, interactive configuration functions, and comprehensive configuration reporting capabilities for user-driven configuration scenarios.

AaTurpin.PSNetworkDriveMapper

PowerShell module for mapping network drives with credential management and validation. Provides secure credential handling, robust drive mapping functionality, and batch drive mapping operations with comprehensive error handling and logging support.

AaTurpin.PSPowerControl

PowerShell module for controlling Windows power management settings, including the ability to prevent system and monitor sleep during critical operations. Uses Windows API calls for reliable power state management.

AaTurpin.PSSnapshotManager

PowerShell module for creating, comparing, and managing network share file snapshots with BITS-based file operations. Provides comprehensive snapshot capture with exclusion pattern support, snapshot comparison for change detection, and efficient file staging operations using Background Intelligent Transfer Service (BITS).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.2 265 7/6/2025
1.0.1 136 7/6/2025
1.0.0 157 7/2/2025

Initial release with thread-safe logging capabilities supporting multiple log levels (Debug, Information, Warning, Error, Critical) with mutex synchronization and retry logic