FrPSUG / LogManagement

PowerShell module to manage logs
8 stars 5 forks source link

Support for Level #4

Open christophekumor opened 5 years ago

christophekumor commented 5 years ago

Error level

List :

lazywinadmin commented 5 years ago

I would recommend:

since it is pretty standard in every log systems :)

christophekumor commented 5 years ago

we can add "Debugging" Level

omiossec commented 5 years ago

we should align with .net error Critical= 5 Debug = 1 Error = 4 Information = 2 None = 6 Trace = 0 Warning = 3