Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yhnbgfd authored Nov 14, 2018
1 parent df5b387 commit 2e2916f
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# Hang.NLog.Extension
# Hang.NLog.Extension

nlog.config:
```
<nlog>
<extensions>
<add assembly="Hang.NLog.Extension"/>
</extensions>
</nlog>
```

code:
```
RaiseEventTarget.WriteEvent += (s, e) =>
{
//do something
};
```

0 comments on commit 2e2916f

Please sign in to comment.