If you can reset or set the level on a new instanc...
# announcements
b
If you can reset or set the level on a new instance creation, you can do that on the init method
Copy code
init {
Logger.level = "Default" //Or use a constructor parameter
}