org.hawkular.alerts.actions.bus.MsgLogger_$logger Maven / Gradle / Ivy
package org.hawkular.alerts.actions.bus;
import java.io.Serializable;
import javax.annotation.Generated;
import org.jboss.logging.DelegatingBasicLogger;
import org.jboss.logging.BasicLogger;
import java.lang.String;
import org.jboss.logging.Logger;
/**
* Warning this class consists of generated code.
*/
@Generated(value = "org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date = "2016-05-19T11:51:39-0400")
public class MsgLogger_$logger extends DelegatingBasicLogger implements MsgLogger,BasicLogger,Serializable {
private static final long serialVersionUID = 1L;
private static final String FQCN = MsgLogger_$logger.class.getName();
public MsgLogger_$logger(final Logger log) {
super(log);
}
@Override
public final void warnNoPluginsFound() {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.WARN, null, warnNoPluginsFound$str());
}
private static final String warnNoPluginsFound = "HAWKALERT260002: No ActionPluginListener found on plugin deployment";
protected String warnNoPluginsFound$str() {
return warnNoPluginsFound;
}
@Override
public final void infoPluginRegistration(final String actionPlugin, final String msg) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.INFO, null, infoPluginRegistration$str(), actionPlugin, msg);
}
private static final String infoPluginRegistration = "HAWKALERT260003: Plugin [%s] has sent a registration request: [%s]";
protected String infoPluginRegistration$str() {
return infoPluginRegistration;
}
@Override
public final void errorCannotSendMessage(final String msg) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, null, errorCannotSendMessage$str(), msg);
}
private static final String errorCannotSendMessage = "HAWKALERT260005: Plugin cannot send a message to the bus. Error: [%s]";
protected String errorCannotSendMessage$str() {
return errorCannotSendMessage;
}
@Override
public final void warnMessageReceivedWithoutPluginInfo() {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.WARN, null, warnMessageReceivedWithoutPluginInfo$str());
}
private static final String warnMessageReceivedWithoutPluginInfo = "HAWKALERT260007: Plugin received a message without plugin info.";
protected String warnMessageReceivedWithoutPluginInfo$str() {
return warnMessageReceivedWithoutPluginInfo;
}
@Override
public final void warnCannotConnectBroker(final int attempt, final int next, final String msg) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.WARN, null, warnCannotConnectBroker$str(), attempt, next, msg);
}
private static final String warnCannotConnectBroker = "HAWKALERT260008: Cannot connect to the broker. Attempt [%s]. Trying in [%s] ms. Error: [%s]";
protected String warnCannotConnectBroker$str() {
return warnCannotConnectBroker;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy