-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi @iRon7
Very well designed library. I somehow missed it in my initial search for a well done logging solution so I designed my own. I have a GNU/Linux and Python background and am involved with central logging using Elasticsearch, so my focus was not so much on writing a log file but instead writing to the Windows Eventlog with the reason being to collect the Eventlog and store/index it centrally.
Adding support for the Eventlog might also be interesting for you. In #5 you wrote that you are already working on a redesign.
Also, I share your opinion that MS Shell/M$Shell is lacking a proper logging framework.
My solution: https://github.com/geberit/elastic-helpers/blob/master/logging_examples/logging.ps1
Our view on logging: https://github.com/geberit/elastic-helpers/blob/master/Logging%20best%20practices.md
Maybe we can combine forces somehow. Let me know what you think.