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