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

https://github.com/brsh/bdsLogging

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

Last synced: 3 months 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.