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

ru.tinkoff.kora.logging.common.LoggingLevelApplier Maven / Gradle / Ivy

There is a newer version: 1.1.15
Show newest version
package ru.tinkoff.kora.logging.common;

public interface LoggingLevelApplier {
    void apply(String logName, String logLevel);

    void reset();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy