feat(batch4-task2): implement core logger wiring features
This commit is contained in:
@@ -215,6 +215,8 @@ public sealed class MicrosoftLoggerAdapter : INatsLogger
|
||||
|
||||
public MicrosoftLoggerAdapter(ILogger logger) => _logger = logger;
|
||||
|
||||
internal ILogger UnderlyingLogger => _logger;
|
||||
|
||||
public void Noticef(string format, params object[] args) =>
|
||||
_logger.LogInformation(format, args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user