package ch.qos.logback.classic; public class Level { public static Level INFO; public static Level DEBUG; public static Level ERROR; }