Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brsh/bdsLogging

A PowerShell logging module
https://github.com/brsh/bdsLogging

Last synced: 8 days ago
JSON representation

A PowerShell logging module

Awesome Lists containing this project

README

        

# bdsLogging
A PowerShell logging module

I just needed an extendable module to add various logging options to some scripts.

I'm trying to work this module where each new logging type can just "plug in" -
all options for the various "new logging types" are contained in the new logging
file, and adding a new logging file automatically adds it to the config.

It's early yet.