org.hawkular.rx.commands.common.CommandLogger_$logger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hawkular-rx Show documentation
Show all versions of hawkular-rx Show documentation
Hawkular RX extensions layer
package org.hawkular.rx.commands.common;
import java.io.Serializable;
import javax.annotation.Generated;
import org.jboss.logging.DelegatingBasicLogger;
import org.jboss.logging.BasicLogger;
import java.lang.Throwable;
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-08-09T09:35:45+0000")
public class CommandLogger_$logger extends DelegatingBasicLogger implements CommandLogger,BasicLogger,Serializable {
private static final long serialVersionUID = 1L;
private static final String FQCN = CommandLogger_$logger.class.getName();
public CommandLogger_$logger(final Logger log) {
super(log);
}
@Override
public final void apiStarting() {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.INFO, null, apiStarting$str());
}
private static final String apiStarting = "HAWKULAR005750: Hawkular REST Api is starting...";
protected String apiStarting$str() {
return apiStarting;
}
@Override
public final void warn(final Throwable t) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.WARN, t, warn$str());
}
private static final String warn = "HAWKULAR005751: Something bad has happened";
protected String warn$str() {
return warn;
}
@Override
public final void busInitializationFailed(final String message) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.WARN, null, busInitializationFailed$str(), message);
}
private static final String busInitializationFailed = "HAWKULAR005752: Bus Integration initialization failed. Inventory will not notify about changes on the Hawkular message bus. Cause: [%s]";
protected String busInitializationFailed$str() {
return busInitializationFailed;
}
@Override
public final void securityCheckFailed(final String entityId, final Throwable cause) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.WARN, cause, securityCheckFailed$str(), entityId);
}
private static final String securityCheckFailed = "HAWKULAR005753: Security check failed on entity: [%s]";
protected String securityCheckFailed$str() {
return securityCheckFailed;
}
@Override
public final void restCall(final String method, final String url, final String headers, final String jsonPayload, final String javaMethod) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.DEBUG, null, restCall$str(), method, url, headers, jsonPayload, javaMethod);
}
private static final String restCall = "HAWKULAR005754: Accepting:\nHTTP %s -> %s\n\nheaders:\n%s\npayload:\n%s\njavaMethod: %s\n";
protected String restCall$str() {
return restCall;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy