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

io.github.opensabre.boot.sensitive.log.strategy.DesensitizerStrategy Maven / Gradle / Ivy

The newest version!
package io.github.opensabre.boot.sensitive.log.strategy;

import ch.qos.logback.classic.spi.ILoggingEvent;

public interface DesensitizerStrategy {
    /**
     * @param event 日志事件
     * @return 脱敏后的日志字串
     */
    String desensitizing(ILoggingEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy