Hi,
I really like this module. I noticed, that a field "hostname" is missing in $logMessage.
Made a fork for my implementation, which currently has this change.
File: public/Write-Log.ps1
$logMessage = [hashtable] @{ hostname = [System.Net.Dns]::GetHostName() ... }
Would love to see this change in an upcoming release or the option to define custom fields for the $logMessage details.
Thanks!