Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jevonius committed Oct 6, 2022
1 parent 7bc1e51 commit f6f125b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/logging-facility.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ container.AddFacility<LoggingFacility>(f => f.LogUsingTraceLogger());

### Via XML Configuration

It is also possible to configure the facility via XML. The facility exposes the same options like via XML.
For example the same configuration for log4net as above:
It is also possible to configure the facility via XML. For example the same configuration for log4net as above:

```xml
<?xml version="1.0" encoding="utf-8" ?>
Expand All @@ -68,7 +67,7 @@ The full list of configuraation attributes is shown in the following example:
type="Castle.Facilities.Logging.LoggingFacility, Castle.Facilities.Logging"
customLoggerFactory="<type of factory>"
configFile="<path to configuration file (optional attribute)>"
loggerLevel="<the loggerLevel (optional attribute)>"
loggerLevel="<the loggerLevel (optional attribute)>"
configuredExternally="<boolean value (optional attribute)>" "/>
</configuration>
```
Expand Down

0 comments on commit f6f125b

Please sign in to comment.