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: 12 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T10:08:36.000Z (over 2 years ago)
- Last Synced: 2025-02-07T12:49:14.514Z (over 1 year 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
[](https://github.com/LaurentDardenne/Log4Posh/actions/workflows/Build.yml)

# 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
```