namespace Umbraco.Core.Logging { public interface ILoggingConfiguration { /// /// The physical path where logs are stored /// string LogDirectory { get; } } }