Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laurentdardenne/log4posh

A log4net wrapper for PowerShell
https://github.com/laurentdardenne/log4posh

dotnet-core log4net log4net-wrapper logging powershell powershell-core powershell-modules

Last synced: 3 months ago
JSON representation

A log4net wrapper for PowerShell

Awesome Lists containing this project

README

        

[![Build status](https://github.com/LaurentDardenne/Log4Posh/actions/workflows/Build.yml/badge.svg)](https://github.com/LaurentDardenne/Log4Posh/actions/workflows/Build.yml)

![Logo](https://github.com/LaurentDardenne/Log4Posh/blob/master/Assets/log4posh.jpg)
# Log4Posh
A log4net wrapper for PowerShell. Support .NET Core 1.0 / .NET Standard 1.3

[French](https://github.com/LaurentDardenne/Log4Posh/blob/master/src/fr-FR/about_Log4Posh.md) documentation. Principe et configuration

To install this module :
```Powershell
$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
```