Fixes Namespace and Implements IKeyed in both interfaces.

This commit is contained in:
Jason Alborough
2020-12-16 15:00:30 -05:00
parent 1cad1976ee
commit fc91ba7c1e
4 changed files with 10 additions and 10 deletions

View File

@@ -3,9 +3,9 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
using PepperDash.Core.IKeyed;
using PepperDash.Core;
namespace PepperDash_Essentials_Core.Interfaces
namespace PepperDash.Essentials.Core.Interfaces
{
public interface ILogStrings : IKeyed
{

View File

@@ -5,9 +5,9 @@ using System.Text;
using Crestron.SimplSharp;
using PepperDash.Core;
namespace PepperDash_Essentials_Core.Interfaces
namespace PepperDash.Essentials.Core.Interfaces
{
public interface ILogStringsWithLevel
public interface ILogStringsWithLevel : IKeyed
{
/// <summary>
/// Defines a class that is capable of logging a string with an int level