From 1f9833ddc954a496928720b5f2c7309175a79390 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Tue, 30 Apr 2024 14:39:39 -0500 Subject: [PATCH] added API approvals --- .../verify/CoreApiSpec.ApproveCore.verified.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Akka.Hosting.API.Tests/verify/CoreApiSpec.ApproveCore.verified.txt b/src/Akka.Hosting.API.Tests/verify/CoreApiSpec.ApproveCore.verified.txt index 0e359533..3699ed78 100644 --- a/src/Akka.Hosting.API.Tests/verify/CoreApiSpec.ApproveCore.verified.txt +++ b/src/Akka.Hosting.API.Tests/verify/CoreApiSpec.ApproveCore.verified.txt @@ -156,10 +156,13 @@ namespace Akka.Hosting public Akka.Hosting.DebugOptions? DebugOptions { get; set; } public bool LogConfigOnStart { get; set; } public Akka.Event.LogLevel LogLevel { get; set; } + [System.Obsolete("Use the WithDefaultLogMessageFormatter method instead")] public System.Type LogMessageFormatter { get; set; } public Akka.Hosting.LoggerConfigBuilder AddLogger() where T : Akka.Dispatch.IRequiresMessageQueue { } public Akka.Hosting.LoggerConfigBuilder ClearLoggers() { } + public Akka.Hosting.LoggerConfigBuilder WithDefaultLogMessageFormatter() + where T : Akka.Event.ILogMessageFormatter { } } public static class LoggingExtensions {