MySqlConnector.Logging.NLog
1.0.0
Writes lightly-structured MySqlConnector logging output to NLog.
Install-Package MySqlConnector.Logging.NLog -Version 1.0.0
dotnet add package MySqlConnector.Logging.NLog --version 1.0.0
<PackageReference Include="MySqlConnector.Logging.NLog" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MySqlConnector.Logging.NLog --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MySqlConnector.Logging.NLog, 1.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Add the following line of code to your application startup routine:
MySqlConnectorLogManager.Provider = new NLogLoggerProvider();
Add the following line of code to your application startup routine:
MySqlConnectorLogManager.Provider = new NLogLoggerProvider();
Release Notes
https://mysqlconnector.net/overview/version-history/
Dependencies
-
.NETFramework 4.5
- MySqlConnector (>= 1.0.0)
- NLog (>= 4.5.0)
-
.NETFramework 4.6.1
- MySqlConnector (>= 1.0.0)
- NLog (>= 4.5.0)
-
.NETStandard 1.3
- MySqlConnector (>= 1.0.0)
- NETStandard.Library (>= 1.6.1)
- NLog (>= 4.5.0)
-
.NETStandard 2.0
- MySqlConnector (>= 1.0.0)
- NLog (>= 4.5.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.