
org.hawkular.metrics.schema.log.SchemaManagerLogger_$logger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hawkular-metrics-schema-manager Show documentation
Show all versions of hawkular-metrics-schema-manager Show documentation
Hawkular Metrics Schema Manager for Cassandra
The newest version!
package org.hawkular.metrics.schema.log;
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-03-23T09:38:43-0500")
public class SchemaManagerLogger_$logger extends DelegatingBasicLogger implements SchemaManagerLogger,BasicLogger,Serializable {
private static final long serialVersionUID = 1L;
private static final String FQCN = SchemaManagerLogger_$logger.class.getName();
public SchemaManagerLogger_$logger(final Logger log) {
super(log);
}
@Override
public final void infoDroppingKeyspace(final String keyspace) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.INFO, null, infoDroppingKeyspace$str(), keyspace);
}
private static final String infoDroppingKeyspace = "HAWKMETRICS300001: Dropping keyspace %s";
protected String infoDroppingKeyspace$str() {
return infoDroppingKeyspace;
}
@Override
public final void infoCreatingSchemaForKeyspace(final String keyspace) {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.INFO, null, infoCreatingSchemaForKeyspace$str(), keyspace);
}
private static final String infoCreatingSchemaForKeyspace = "HAWKMETRICS300002: Creating schema for keyspace %s";
protected String infoCreatingSchemaForKeyspace$str() {
return infoCreatingSchemaForKeyspace;
}
@Override
public final void infoSchemaAlreadyExists() {
super.log.logf(FQCN, org.jboss.logging.Logger.Level.INFO, null, infoSchemaAlreadyExists$str());
}
private static final String infoSchemaAlreadyExists = "HAWKMETRICS300003: Schema already exists. Skipping schema creation";
protected String infoSchemaAlreadyExists$str() {
return infoSchemaAlreadyExists;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy