microsoft / go-winio

Win32 IO-related utilities for Go
MIT License
939 stars 181 forks source link

[etw] Add String() functions, JSON field option #285

Closed helsaawy closed 1 year ago

helsaawy commented 1 year ago

Add String() functions to etw.Level and etw.Opcode types.

Add etw.JSONStringField(), which denotes a string field containing JSON data.

Fix doc comment casing.