biz.dfch.PS.System.Logging
1.1.4.20151222
* You can also download this module via [NuGet](http://nuget.org/) with [Install-Package biz.dfch.PS.System.Logging](https://www.nuget.org/packages/biz.dfch.PS.System.Logging/).
* After downloading the package to a directo
* You can also download this module via [NuGet](http://nuget.org/) with [Install-Package biz.dfch.PS.System.Logging](https://www.nuget.org/packages/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.</description>
Installation Options
Owners
Copyright
(c) 2012-2015 d-fens GmbH. Distributed under Apache 2.0 license.
Package Details
Author(s)
- Ronald Rink
Tags
dfch PowerShell Logging log4net
Functions
Out-Message Out-MessageEmergency Out-MessageCritical Out-MessageAlert Out-MessageError Out-MessageWarning Out-MessageNotice Out-MessageInformational Out-MessageDebug
Dependencies
This module has no dependencies.
Release Notes
* [bugfix] fixed processing of nested exceptions in Out-MessageException
* added Assert-IsTrue Cmdlet with Contract-Requires and Contract-Assert aliases for improved parameter validation
* added streamlined Out-MessageException Cmdlet to facilitate exception logging
* added skeleton for Cmdlet exception handling via trap handlers to facilitate exception handling
* run install.ps1 to copy the module to a PowerShell module path directory
FileList
- biz.dfch.PS.System.Logging.nuspec
- Assert-IsTrue.ps1
- biz.dfch.PS.System.Logging.psd1
- biz.dfch.PS.System.Logging.psm1
- biz.dfch.PS.System.Logging.xml
- Import-Module.ps1
- LICENSE
- log4net.dll
- log4net.xml
- Log4netConfiguration.xml
- NOTICE
- Out-Message.ps1
- Out-MessageException.ps1
- README.md
Version History
Version | Downloads | Last updated |
---|---|---|
1.4.1.20160715 | 8,817 | 8/2/2016 |
1.1.4.20151222 (current version) | 1,128 | 12/22/2015 |
1.1.2.20151220 | 1,030 | 12/21/2015 |