sivadeilra / win_etw

22 stars 2 forks source link

README.md doesn't mention None parameter to logging functions. #1

Closed jrmuizel closed 4 years ago

jrmuizel commented 4 years ago

e.g. my_app_events.client_connected(&"192.168.0.42:6667".parse(), false, 100, "OK"); but the example uses hello_provider.client_connected(None, &SocketAddr::V4(client_addr_v4));

sivadeilra commented 4 years ago

I've updated the documentation, and I've also published new versions (0.1.1) of all of the winetw* crates.

Thanks for pointing this out.