Skip to content

Commit

Permalink
Clarify logLevel property usage for Log4net input
Browse files Browse the repository at this point in the history
  • Loading branch information
karolz-ms authored Nov 15, 2018
1 parent af2d122 commit 7fd49c7
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 @@ -623,7 +623,7 @@ The Log4net input has one configuration, the Log4net Level:
| Field | Values/Types | Required | Description |
| :---- | :-------------- | :------: | :---------- |
| `type` | "Log4net" | Yes | Specifies the output type. For this output, it must be "Log4net". |
| `logLevel` | "Debug", "Info", "Warn", "Error", or "Fatal" | Yes | Specifies the [Log4net Level](https://logging.apache.org/log4net/log4net-1.2.11/release/sdk/log4net.Core.Level.html) desired. |
| `logLevel` | "Debug", "Info", "Warn", "Error", or "Fatal" | Yes | Specifies minimum [Log4net Level](https://logging.apache.org/log4net/log4net-1.2.11/release/sdk/log4net.Core.Level.html) for captured events. For example, if the level is `Warn`, the input will capture events with levels equal to `Warn`, `Error`, or `Fatal`. |


*Example: instantiating a Log4net logger that uses EventFlow Log4net input*
Expand Down

0 comments on commit 7fd49c7

Please sign in to comment.