namespace Kavita.API.Services; public interface ILoggingService { void SwitchLogLevel(string level); }