danomagnum / gologix

Ethernet/IP client library for Go inspired by pylogix that aims to be easy to use. Supports being a client and a class 3 / class 1 server.
MIT License
32 stars 8 forks source link

Clean up logging interface. #22

Open danomagnum opened 1 week ago

danomagnum commented 1 week ago

Create logging interface that matches slog and provide a shim for using the regular log package.

danomagnum commented 5 days ago

Also need to migrate "verbose" constant into probably Debug or Trace level logs and eliminate the constants file.