All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.olaaronsson.process.internal.util.io.LoggingService Maven / Gradle / Ivy

The newest version!
package com.github.olaaronsson.process.internal.util.io;

import ch.qos.logback.classic.Level;

public interface LoggingService extends Haltable {
	void setRootLogLevel(Level level);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy