
org.hawkular.commons.templates.internal.MsgLogger_$logger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hawkular-commons-templates Show documentation
Show all versions of hawkular-commons-templates Show documentation
Provides template services for Hawkular components. Templates are based on Freemarker and the services can be
consumed as CDI or EJB dependencies.
package org.hawkular.commons.templates.internal;
import java.io.Serializable;
import javax.annotation.Generated;
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-05-19T14:19:38+0200")
public class MsgLogger_$logger implements MsgLogger,Serializable {
private static final long serialVersionUID = 1L;
private static final String FQCN = MsgLogger_$logger.class.getName();
public MsgLogger_$logger(final Logger log) {
this.log = log;
}
protected final Logger log;
@Override
public final void failedToLoadTemplatesFromOverrideDirectory(final String directory, final Throwable throwable) {
log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, throwable, failedToLoadTemplatesFromOverrideDirectory$str(), directory);
}
private static final String failedToLoadTemplatesFromOverrideDirectory = "HAWKCOMS110000: Failed to load templates from the override directory [%s].";
protected String failedToLoadTemplatesFromOverrideDirectory$str() {
return failedToLoadTemplatesFromOverrideDirectory;
}
@Override
public final void failedToLoadTemplatesFromConfigDirectory(final String directory, final Throwable throwable) {
log.logf(FQCN, org.jboss.logging.Logger.Level.ERROR, throwable, failedToLoadTemplatesFromConfigDirectory$str(), directory);
}
private static final String failedToLoadTemplatesFromConfigDirectory = "HAWKCOMS110001: Failed to load templates from the configuration directory [%s].";
protected String failedToLoadTemplatesFromConfigDirectory$str() {
return failedToLoadTemplatesFromConfigDirectory;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy