FrPSUG / LogManagement

PowerShell module to manage logs
8 stars 5 forks source link

Minimum fields #3

Open lazywinadmin opened 5 years ago

lazywinadmin commented 5 years ago

Support multiple type of formats

option 1

DateTime <delimiter> MessageType <delimiter> Message

option 2

DateTime <delimiter> MessageType <delimiter> Source <delimiter> Message

LaurentLienhard commented 5 years ago

I prefer option 2 with the source containing for example the script in which the log is called