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

io.smallrye.jwt.build.impl.ImplLogging_$logger Maven / Gradle / Ivy

The newest version!
package io.smallrye.jwt.build.impl;

import java.util.Locale;
import java.io.Serializable;
import org.jboss.logging.DelegatingBasicLogger;
import org.jboss.logging.BasicLogger;
import java.lang.String;
import org.jboss.logging.Logger;


import static org.jboss.logging.Logger.Level.WARN;

/**
 * Warning this class consists of generated code.
 */
public class ImplLogging_$logger extends DelegatingBasicLogger implements ImplLogging, BasicLogger, Serializable {
    private static final long serialVersionUID = 1L;
    private static final String FQCN = ImplLogging_$logger.class.getName();
    public ImplLogging_$logger(final Logger log) {
        super(log);
    }
    private static final Locale LOCALE = Locale.ROOT;
    protected Locale getLoggingLocale() {
        return LOCALE;
    }
    @Override
    public final void deprecatedProperty(final String property) {
        super.log.logf(FQCN, WARN, null, deprecatedProperty$str(), property);
    }
    protected String deprecatedProperty$str() {
        return "SRJWT01000: %s property is deprecated and will be removed in the next major release";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy