You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Log4NetTextFormatter.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
namespaceSerilog.Formatting.Log4Net
13
13
{
14
14
/// <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.
16
16
/// </summary>
17
17
publicclassLog4NetTextFormatter:ITextFormatter
18
18
{
@@ -68,7 +68,7 @@ public Log4NetTextFormatter(Action<Log4NetTextFormatterOptionsBuilder>? configur
68
68
}
69
69
70
70
/// <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.
72
72
/// </summary>
73
73
/// <param name="logEvent">The event to format.</param>
0 commit comments