Skip to content

Commit 62529ea

Browse files
committed
Add NLogLoggerProvider documentation.
1 parent 14093e9 commit 62529ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/UsingNLogLogging.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## How to Use
2+
3+
To integrate MySqlConnector with [NLog](http://nlog-project.org/), add the following line of code to your application startup routine (before any `MySqlConnector` objects have been used):
4+
5+
```
6+
MySqlConnectorLogManager.Provider = new NLogLoggerProvider();
7+
```

0 commit comments

Comments
 (0)