Adds log methods

This commit is contained in:
Neil Dorin
2023-10-30 18:28:30 -06:00
parent 2f1180512c
commit d43965b82a
3 changed files with 34 additions and 42 deletions

View File

@@ -29,14 +29,4 @@ namespace PepperDash.Core
string Name { get; }
}
/// <summary>
/// Logging interface for IKeyName
/// </summary>
public interface IKeyNameWithLogging : IKeyName
{
/// <summary>
/// Logger for the device
/// </summary>
ILogger Logger { get; }
}
}