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

liquibase.logging.LogMessageFilter Maven / Gradle / Ivy

There is a newer version: 4.29.1
Show newest version
package liquibase.logging;

/**
 * @deprecated No longer used for filtering log messages.
 * Log messages should be filtered for sensitive information before sending them to the log.
 */
@Deprecated
public interface LogMessageFilter {

    String filterMessage(String message);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy