biz.dfch.PS.System.Logging
1.3.1
biz.dfch.PS.System.Logging
==========================
Modules: biz.dfch.PS.System.Logging
d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland
This PowerShell module contains Cmdlets that allow to perform logging from your PowerShell functions and code via the Apache Log4Net library.
* You can also download this module via [NuGet](https://nuget.org/) with [Install-Package biz.dfch.PS.System.Logging](biz.dfch.PS.System.Logging).
* After downloading the package to a directory of your choice (_NOT_ the actual module directory) run the `install.ps1` script in the downloaded folder to copy the files to a directory inside `$ENV:PSModulePath`).
* In case you already have a previous version of this module ( < 1.0.5) in a different module directory you have to remove that module manually.
* In case you update the module in the same directory and the `log4net.dll` is still loaded you might have to restart all the PowerShell sessions to be able to overwrite the file.
* In case you changed the log settings in `biz.dfch.PS.System.Logging.xml`, `Log4netConfiguration.xml` or `log4net.xml` you have to restore the changes as they will get overwritten.
See http://d-fens.ch/2013/01/16/module-biz-dfch-ps-system-logging/ and the [Wiki](https://github.com/dfch/biz.dfch.PS.System.Logging/wiki) for more information.
See the version list below for details.
Install-Package biz.dfch.PS.System.Logging -Version 1.3.1
dotnet add package biz.dfch.PS.System.Logging --version 1.3.1
<PackageReference Include="biz.dfch.PS.System.Logging" Version="1.3.1" />
paket add biz.dfch.PS.System.Logging --version 1.3.1
Release Notes
20160621
* changed log4net logger to named logger "biz.dfch.PS.System.Logging" (previously root)
* changed appender-ref in logger to "FileAppender-biz.dfch.PS.System.Logging" (previously FileAppender)
* removed root logger configuration from log4net configuration file
* added special handling for using a named logger defined in an environment variable called 'biz_dfch_PS_System_Logging_LoggerName'
* updated to log4net 1.2.15 (2.0.5) from 1.2.13 (2.0.3)
* run install.ps1 to copy the module to a PowerShell module path directory
Dependencies
This package has no dependencies.
Used By
NuGet packages (12)
Showing the top 5 NuGet packages that depend on biz.dfch.PS.System.Logging:
Package | Downloads |
---|---|
biz.dfch.PS.Appclusive.Client
=============================
Module: biz.dfch.PS.Appclusive.Client
d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland
This Microsoft PowerShell module contains Cmdlets to perform various base actions and utility/convenience functions with the our open-source based automation framework "Appclusive".
You can also download this module via [NuGet](http://nuget.org) with [Install-Package biz.dfch.PS.Appclusive.Client](https://www.nuget.org/packages/biz.dfch.PS.Appclusive.Client/)
See http://appclusive.net
Third party (and Microsoft) DLLs are not part of this Apache 2.0 licensed project but are only put here for convenience.
See https://github.com/dfensgmbh/biz.dfch.PS.Appclusive.Client/wiki for a detailed description on how to use the Cmdlets in this module.
|
|
biz.dfch.PS.System.Utilities
biz.dfch.PS.System.Utilities
============================
Modules: biz.dfch.PS.System.Utilities
d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland
This PowerShell module contains Cmdlets to perform various actions and utilties/convenience functions such as string conversion and formatting.
You can download this module via [NuGet](http://nuget.org) with [Install-Package biz.dfch.PS.System.Utilities](https://www.nuget.org/packages/biz.dfch.PS.System.Utilities/).
See [d-fens WebSite](http://d-fens.ch/2014/10/15/module-biz-dfch-ps-system-utilities/) or check the [Wiki](https://github.com/dfch/biz.dfch.PS.System.Utilities/wiki) for further description and examples on how to use the module.
|
|
biz.dfch.PS.Cimi.Client
=============================
Powershell client for the Swisscom Enterprise Cloud CIMI API
Module: biz.dfch.PS.Cimi.Client
d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland
## Download
* Get it on [NuGet](https://www.nuget.org/packages/biz.dfch.PS.Cimi.Client/)
* See [Releases](https://github.com/dfensgmbh/biz.dfch.PS.Cimi.Client/releases) and [Tags](https://github.com/dfensgmbh/biz.dfch.PS.Cimi.Client/tags) on [GitHub](https://github.com/dfensgmbh/biz.dfch.PS.Cimi.Client)
|
|
biz.dfch.PS.Azure.ServiceBus.Client
=============================
Module: biz.dfch.PS.Azure.ServiceBus.Client
d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland
This Microsoft PowerShell module contains Cmdlets to perform sending and receiving messages against Azure Service Bus 1.1 with AMQP 1.0.
You can also download this module via [NuGet](http://nuget.org) with [Install-Package biz.dfch.PS.Azure.ServiceBus.Client](https://www.nuget.org/packages/biz.dfch.PS.Azure.ServiceBus.Client/)
See https://github.com/dfensgmbh/biz.dfch.PS.Azure.ServiceBus.Client/wiki for a detailed description on how to use the Cmdlets in this module.
|
|
biz.dfch.PS.Redmine.Client
biz.dfch.PS.Redmine.Client
========================
PowerShell module for Redmine Project Management
d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland
## Download
* Get it on [NuGet](https://www.nuget.org/packages/biz.dfch.PS.Redmine.Client/)
* See [Releases](https://github.com/dfensgmbh/biz.dfch.PS.Redmine.Client/releases) and [Tags](https://github.com/dfensgmbh/biz.dfch.PS.Redmine.Client/tags) on [GitHub](https://github.com/dfensgmbh/biz.dfch.PS.Redmine.Client)
|
GitHub repositories
This package is not used by any popular GitHub repositories.