-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a02714a
commit 031a5b3
Showing
39 changed files
with
407 additions
and
25,785 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<log4net> | ||
<appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender"> | ||
<param name="File" value="C:\\temp\\TestRunner.log"/> | ||
<lockingModel type="log4net.Appender.FileAppender+MinimalLock"/> | ||
<appendToFile value="true"/> | ||
<rollingStyle value="Size"/> | ||
<maxSizeRollBackups value="10"/> | ||
<maximumFileSize value="1MB"/> | ||
<staticLogFileName value="true"/> | ||
<layout type="log4net.Layout.PatternLayout"> | ||
<conversionPattern value="%date [%thread] %level %logger - %message%newline"/> | ||
</layout> | ||
</appender> | ||
<root> | ||
<level value="ALL"/> | ||
<appender-ref ref="LogFileAppender"/> | ||
</root> | ||
</log4net> |
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.