Skip to content

Commit ad8dda9

Browse files
authored
Merge branch 'dev' into v1.3.6-release-notes
2 parents ce8de78 + 6c2e8c6 commit ad8dda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Akka.Logger.Serilog/SerilogLoggingAdapter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ private SerilogLoggingAdapter(LoggingBus bus, string logSource, Type logClass, C
8282
/// </summary>
8383
/// <param name="format">The message that is being logged.</param>
8484
/// <param name="args">An optional list of items used to format the message.</param>
85-
public virtual void Error(string format, params object[] args)
85+
public new void Error(string format, params object[] args)
8686
{
8787
base.Error(format, BuildArgs(args));
8888
}

0 commit comments

Comments
 (0)