Writes lightly-structured MySqlConnector logging output to NLog.
$ dotnet add package MySqlConnector.Logging.NLogThis package integrates MySqlConnector logging with NLog.
Add the following line of code to your application startup routine (before any MySqlConnector objects have been used):
MySqlConnectorLogManager.Provider = new NLogLoggerProvider();