au.net.causal.springboot.keepassxcpropertyagent.logging.AgentLoggingProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-keepassxc-property-agent Show documentation
Show all versions of spring-boot-keepassxc-property-agent Show documentation
A Java agent that can be used on Spring Boot applications to add additional configuration properties
from a paired running instance of KeepassXC.
The newest version!
package au.net.causal.springboot.keepassxcpropertyagent.logging;
import org.slf4j.helpers.NOP_FallbackServiceProvider;
/**
* The basic SLF4J provider that is just enough to avoid it printing the missing provider message when the agent starts up
* but still does no-op.
*/
public class AgentLoggingProvider extends NOP_FallbackServiceProvider
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy