EZLog
EZLog copied to clipboard
A very easy and pragmatic log module for admins in a hurry.
Minor typo in README example.
Ajouter un paramètre NoHeader pour faire un fichier sans Header et sans Footer
Could be nice to have an entry added in the eventlog if a specific Parameter is used Write-EZlog -message "END" -Category INF -EventLog -eventID 1200
Great module Arnaud! Would it be possible to add support for TimeZone OR Set the time to UTC/GMT by default. This becomes very helpful when you compare logs coming from...
Hi I really like your log module, but I wanted to define some custom header and footer messages. I've taken the liberty of implementing it by myself. Furthermore I implemented...
My information logs are showing up red. How can I change this so the color of INF messages are a faded gray? 
Hello using powershell 7.4.2 and EZlog: 2.2.7 here a script example that will load 2 function files each function file contain errors: - one missing parenthesys "(" - one missing...
Hello, In a winrm session without admin privilege, the module can't load or when write-ezlog function is called. I guess because of get-ciminstance call for the header. Please try in...