ru.tinkoff.kora.logging.common.LoggingLevelApplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logging-common Show documentation
Show all versions of logging-common Show documentation
Kora logging-common module
package ru.tinkoff.kora.logging.common;
public interface LoggingLevelApplier {
void apply(String logName, String logLevel);
void reset();
}