re-enable logger report on level change
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
b5405081e7
commit
1c92462888
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user