Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 274 Bytes

UsingNLogLogging.md

File metadata and controls

7 lines (5 loc) · 274 Bytes

How to Use

To integrate MySqlConnector with NLog, add the following line of code to your application startup routine (before any MySqlConnector objects have been used):

MySqlConnectorLogManager.Provider = new NLogLoggerProvider();