namespace Divergic.Logging.Xunit { using Microsoft.Extensions.Logging; /// /// The /// interface defines the members for recording and accessing log entries. /// /// The type of class using the cache. public interface ICacheLogger : ICacheLogger, ILogger { } }