mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-11 18:54:43 +00:00
Adds log methods
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user