Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laurentdardenne/log4posh
- Owner: LaurentDardenne
- License: other
- Created: 2016-08-06T10:55:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T10:08:36.000Z (12 months ago)
- Last Synced: 2024-10-11T21:01:38.870Z (3 months ago)
- Topics: dotnet-core, log4net, log4net-wrapper, logging, powershell, powershell-core, powershell-modules
- Language: PowerShell
- Size: 1.93 MB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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
```