org.hawkular.bus.common.log.MsgLogger_$logger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hawkular-bus-common Show documentation
Show all versions of hawkular-bus-common Show documentation
Hawkular Bus Framework Common Library for use with both consumer and producer code.
The newest version!
package org.hawkular.bus.common.log;
import java.io.Serializable;
import javax.annotation.Generated;
import org.jboss.logging.DelegatingBasicLogger;
import org.jboss.logging.BasicLogger;
import java.lang.Throwable;
import org.jboss.logging.Logger;
/**
* Warning this class consists of generated code.
*/
@Generated(value = "org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date = "2017-12-07T16:25:43-0500")
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 errorNotValidTextMessage(final Throwable cause) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, cause, errorNotValidTextMessage$str());
}
private static final String errorNotValidTextMessage = "HAWKBUS100000: A message was received that was not a valid text message";
protected String errorNotValidTextMessage$str() {
return errorNotValidTextMessage;
}
@Override
public final void errorNotValidJsonMessage(final Throwable cause) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, cause, errorNotValidJsonMessage$str());
}
private static final String errorNotValidJsonMessage = "HAWKBUS100001: A message was received that was not a valid JSON-encoded AbstractMessage object";
protected String errorNotValidJsonMessage$str() {
return errorNotValidJsonMessage;
}
@Override
public final void errorCannotCloseConnectionMemoryMightLeak(final Throwable t) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, t, errorCannotCloseConnectionMemoryMightLeak$str());
}
private static final String errorCannotCloseConnectionMemoryMightLeak = "HAWKBUS100002: Cannot close the previous connection; memory might leak.";
protected String errorCannotCloseConnectionMemoryMightLeak$str() {
return errorCannotCloseConnectionMemoryMightLeak;
}
@Override
public final void errorFailedToStartConnection(final Throwable t) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, t, errorFailedToStartConnection$str());
}
private static final String errorFailedToStartConnection = "HAWKBUS100003: Failed to start connection.";
protected String errorFailedToStartConnection$str() {
return errorFailedToStartConnection;
}
@Override
public final void errorNoMessageSenderInListener() {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, null, errorNoMessageSenderInListener$str());
}
private static final String errorNoMessageSenderInListener = "HAWKBUS100004: Cannot return response - there is no message sender assigned to this listener";
protected String errorNoMessageSenderInListener$str() {
return errorNoMessageSenderInListener;
}
@Override
public final void errorNoConnectionContextInListener() {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, null, errorNoConnectionContextInListener$str());
}
private static final String errorNoConnectionContextInListener = "HAWKBUS100005: Cannot return response - there is no connection context assigned to this listener";
protected String errorNoConnectionContextInListener$str() {
return errorNoConnectionContextInListener;
}
@Override
public final void errorNoSessionInListener() {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, null, errorNoSessionInListener$str());
}
private static final String errorNoSessionInListener = "HAWKBUS100006: Cannot return response - no session in the conn context assigned to this listener";
protected String errorNoSessionInListener$str() {
return errorNoSessionInListener;
}
@Override
public final void errorFailedToSendResponse(final Throwable t) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, t, errorFailedToSendResponse$str());
}
private static final String errorFailedToSendResponse = "HAWKBUS100007: Failed to send response";
protected String errorFailedToSendResponse$str() {
return errorFailedToSendResponse;
}
@Override
public final void errorCannotCancelRunningFuture() {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, null, errorCannotCancelRunningFuture$str());
}
private static final String errorCannotCancelRunningFuture = "HAWKBUS100008: Told not to interrupt if running, but it is running. Cannot cancel.";
protected String errorCannotCancelRunningFuture$str() {
return errorCannotCancelRunningFuture;
}
@Override
public final void errorConsumerCloseFailureOnFutureCancel() {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, null, errorConsumerCloseFailureOnFutureCancel$str());
}
private static final String errorConsumerCloseFailureOnFutureCancel = "HAWKBUS100009: Failed to close consumer, cannot fully cancel";
protected String errorConsumerCloseFailureOnFutureCancel$str() {
return errorConsumerCloseFailureOnFutureCancel;
}
@Override
public final void errorCannotStoreIncomingMessageFutureInvalid() {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, null, errorCannotStoreIncomingMessageFutureInvalid$str());
}
private static final String errorCannotStoreIncomingMessageFutureInvalid = "HAWKBUS100010: Failed to store incoming message for some reason. This future is now invalid.";
protected String errorCannotStoreIncomingMessageFutureInvalid$str() {
return errorCannotStoreIncomingMessageFutureInvalid;
}
@Override
public final void errorFailedToCloseFutureConsumer(final Throwable t) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, t, errorFailedToCloseFutureConsumer$str());
}
private static final String errorFailedToCloseFutureConsumer = "HAWKBUS100011: Failed to close consumer in future";
protected String errorFailedToCloseFutureConsumer$str() {
return errorFailedToCloseFutureConsumer;
}
@Override
public final void errorFailedToCloseResourcesToRPCClient(final Throwable t) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, t, errorFailedToCloseResourcesToRPCClient$str());
}
private static final String errorFailedToCloseResourcesToRPCClient = "HAWKBUS100012: Failed to close resources used to reply to RPC client";
protected String errorFailedToCloseResourcesToRPCClient$str() {
return errorFailedToCloseResourcesToRPCClient;
}
}