Skip to content

Commit

Permalink
added API approvals
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Apr 30, 2024
1 parent 1319e1e commit 1f9833d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<T> method instead")]
public System.Type LogMessageFormatter { get; set; }
public Akka.Hosting.LoggerConfigBuilder AddLogger<T>()
where T : Akka.Dispatch.IRequiresMessageQueue<Akka.Event.ILoggerMessageQueueSemantics> { }
public Akka.Hosting.LoggerConfigBuilder ClearLoggers() { }
public Akka.Hosting.LoggerConfigBuilder WithDefaultLogMessageFormatter<T>()
where T : Akka.Event.ILogMessageFormatter { }
}
public static class LoggingExtensions
{
Expand Down

0 comments on commit 1f9833d

Please sign in to comment.