Skip to content

Commit fd54d11

Browse files
committed
Improve UseLog4JCompatibility() method documentation
1 parent 53a0316 commit fd54d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Log4NetTextFormatterOptionsBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public Log4NetTextFormatterOptionsBuilder UseExceptionFormatter(ExceptionFormatt
164164
/// <para>
165165
/// Here is the list of differences between the log4net and the log4j XML layout:
166166
/// <list type="bullet">
167-
/// <item>The log element uses <c>log4j</c> instead of <c>log4net</c> XML namespace.</item>
167+
/// <item>The <c>event</c> elements have <c>log4j</c> instead of <c>log4net</c> XML namespace.</item>
168168
/// <item>The <c>timestamp</c> attribute uses milliseconds elapsed from 1/1/1970 instead of an ISO 8601 formatted date.</item>
169169
/// <item>The exception element is named <c>throwable</c> instead of <c>exception</c>.</item>
170170
/// </list>

0 commit comments

Comments
 (0)