org.jboss.remoting3.remote.RemoteAuthLogger_$logger Maven / Gradle / Ivy
Go to download
This artifact provides a single jar that contains all classes required to use remote Jakarta Enterprise Beans and Jakarta Messaging, including
all dependencies. It is intended for use by those not using maven, maven users should just import the Jakarta Enterprise Beans and
Jakarta Messaging BOM's instead (shaded JAR's cause lots of problems with maven, as it is very easy to inadvertently end up
with different versions on classes on the class path).
package org.jboss.remoting3.remote;
import java.io.Serializable;
import javax.annotation.Generated;
import org.jboss.logging.Logger;
/**
* Warning this class consists of generated code.
*
*/
@Generated(value = "org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date = "2016-05-27T15:36:46-0500")
public class RemoteAuthLogger_$logger
implements Serializable, RemoteAuthLogger
{
private final static long serialVersionUID = 1L;
private final static java.lang.String FQCN = RemoteAuthLogger_$logger.class.getName();
protected final Logger log;
private final static java.lang.String rejectedInvalidMechanism = "Rejected invalid SASL mechanism %s";
public RemoteAuthLogger_$logger(final Logger log) {
this.log = log;
}
public final void rejectedInvalidMechanism(final java.lang.String name) {
log.logf(FQCN, (org.jboss.logging.Logger.Level.TRACE), null, rejectedInvalidMechanism$str(), name);
}
protected java.lang.String rejectedInvalidMechanism$str() {
return rejectedInvalidMechanism;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy