namespace QVCopier.Models { internal enum LogLevel { Debug, Info, Warning, Error, Fatal } }