Skip to content

Commit 815fb6b

Browse files
committed
Mention log4j also in the class and method documentation
1 parent a76065e commit 815fb6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Log4NetTextFormatter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Serilog.Formatting.Log4Net
1313
{
1414
/// <summary>
15-
/// A text formatter that serialize log events into [log4net](https://logging.apache.org/log4net/) compatible XML format.
15+
/// A text formatter that serialize log events into [log4net](https://logging.apache.org/log4net/) or [log4j](https://logging.apache.org/log4j/) compatible XML format.
1616
/// </summary>
1717
public class Log4NetTextFormatter : ITextFormatter
1818
{
@@ -68,7 +68,7 @@ public Log4NetTextFormatter(Action<Log4NetTextFormatterOptionsBuilder>? configur
6868
}
6969

7070
/// <summary>
71-
/// Format the log event as log4net compatible XML format into the output.
71+
/// Format the log event as log4net or log4j compatible XML format into the output.
7272
/// </summary>
7373
/// <param name="logEvent">The event to format.</param>
7474
/// <param name="output">The output.</param>

0 commit comments

Comments
 (0)