re-enable logger report on level change
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-08-24 14:39:50 -04:00
parent b5405081e7
commit 1c92462888

View File

@ -40,7 +40,7 @@ public class Logger {
*/
public void setLevel(LogLevel level){
this.level = level;
// new Exception("Changing log level to " + level + "!").printStackTrace();
new Exception("Changing log level to " + level + "!").printStackTrace();
}
/**