Hi,

I am using the 'github.com/google/logger' library for logging, which 
internally uses the 'golang.org/x/sys/windows' event logging.
As far as I can tell the latter only supports logging under the 
Applications umbrella folder of the Event Viewer on windows, since it the 
appKey is defined as a constant to 
"SYSTEM\CurrentControlSet\Services\EventLog\Application".

Is it possible to register a custom application log name when using these 
libraries? For example to have my application log into 'Applications and 
Services Logs / ServiceX'

Best regards,
Georgios

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/4db31845-51f2-483b-9b85-1b9a3518a8ad%40googlegroups.com.

Reply via email to