Skip to content
This repository was archived by the owner on Nov 2, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Now log4net and NLog are supported. Also Udp, Tcp and Amqp protocols are support

## Usage(log4net)

###Configuration example:
### Configuration example:

```
```xml
<?xml version="1.0" encoding="utf-8"?>
<log4net>
<appender name="GelfUdpAppender" type=" EasyGelf.Log4Net.GelfUdpAppender, EasyGelf.Log4Net">
Expand Down Expand Up @@ -45,9 +45,9 @@ Now log4net and NLog are supported. Also Udp, Tcp and Amqp protocols are support

## Usage(NLog)

###Configuration example:
### Configuration example:

```
```xml
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Expand All @@ -72,8 +72,8 @@ Now log4net and NLog are supported. Also Udp, Tcp and Amqp protocols are support



##Configuration parameters
###Common
## Configuration parameters
### Common

* `includeSource` (default: `true`)
* Whether the source of the log message should be included
Expand Down