RootITUp / Logging

Powershell Logging Module
https://www.powershellgallery.com/packages/Logging
222 stars 49 forks source link

Added target for GELF and SQLite endpoints #128

Closed hanpq closed 8 months ago

hanpq commented 1 year ago

I wrote two custom targets

One for an GELF endpoint that can be used for sending logs to for instance Graylog. And one for logging to a SQLite database.

I tought I just share if you would like to include them as built-in targets.