Skip to content

LaurentDardenne/Log4Posh

Repository files navigation

Build status

Logo

Log4Posh

A log4net wrapper for PowerShell. Support .NET Core 1.0 / .NET Standard 1.3

French documentation. Principe et configuration

To install this module :

$PSGalleryPublishUri = 'https://www.myget.org/F/ottomatt/api/v2/package'
$PSGallerySourceUri = 'https://www.myget.org/F/ottomatt/api/v2'

Register-PSRepository -Name OttoMatt -SourceLocation $PSGallerySourceUri -PublishLocation $PSGalleryPublishUri #-InstallationPolicy Trusted
Install-Module Log4Posh -Repository OttoMatt