Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
fix another typo in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rcollette authored May 24, 2017
1 parent 85942e5 commit 122bfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This appender utilizes [System.Collections.Concurrent.BlockingCollection(T)](htt

The default queue size is 1000 messages. If the queue fills as a result of the rate of message creation exceeding the rate of appending, threads creating messages will block, as they would if they were not using the ParallelForwardingAppender.

Configuration wraps one of more appenders as shown in the following configuration example:
Configuration wraps one or more appenders as shown in the following configuration example:

<appender name="rollingFile" type="log4net.Appender.RollingFileAppender">
...
Expand Down

0 comments on commit 122bfac

Please sign in to comment.