Guides/Logging-Basics.md
... ...
@@ -14,6 +14,9 @@ AdHocContext.DisableLogging = true;
14 14
Add it before any other call, for example before the connection string, in the initialization or start event.
15 15
16 16
##Basic Configuration
17
+
18
+In log4net.xml:
19
+
17 20
```xml
18 21
<log4net>
19 22
<appender name="rollingFile" type="log4net.Appender.RollingFileAppender,log4net">