EZLog icon indicating copy to clipboard operation
EZLog copied to clipboard

A very easy and pragmatic log module for admins in a hurry.

Results 9 EZLog issues
Sort by recently updated
recently updated
newest added

Ajouter un paramètre NoHeader pour faire un fichier sans Header et sans Footer

enhancement

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

enhancement

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...

enhancement

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? ![Code_5ZgM1CqM4N](https://github.com/apetitjean/EZLog/assets/33441569/85039094-5eaf-49b5-9925-97f2bb2ca9fa)

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...