All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.weld.logging.ConfigurationLogger_$logger Maven / Gradle / Ivy

There is a newer version: 6.0.2.Final
Show newest version

package org.jboss.weld.logging;

import java.io.Serializable;
import javax.annotation.Generated;
import org.jboss.logging.BasicLogger;
import org.jboss.logging.DelegatingBasicLogger;
import org.jboss.logging.Logger;


/**
 * Warning this class consists of generated code.
 * 
 */
@Generated(value = "org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date = "2016-09-13T11:41:24+0200")
public class ConfigurationLogger_$logger
    extends DelegatingBasicLogger
    implements Serializable, BasicLogger, ConfigurationLogger, WeldLogger
{

    private final static long serialVersionUID = 1L;
    private final static java.lang.String FQCN = ConfigurationLogger_$logger.class.getName();
    private final static java.lang.String readingPropertiesFile = "WELD-001907: Reading properties file: {0}";
    private final static java.lang.String unsupportedConfigurationKeyFound = "WELD-001904: Unsupported configuration key found and ignored: {0}";
    private final static java.lang.String resourceLoaderNotSpecifiedForArchive = "WELD-001906: ResourceLoader not specified for {0}, file properties will not be loaded";
    private final static java.lang.String configurationKeyHasDifferentValues = "WELD-001905: Configuration key {0} set to different values in the same source:\n - {1}\n - {2}";
    private final static java.lang.String configurationPropertyTypeMismatch = "WELD-001901: Configuration property type {0} does not match the required type {1}";
    private final static java.lang.String catchingDebug = "Catching";
    private final static java.lang.String configurationInitialized = "WELD-001902: Configuration initialized: {0}";
    private final static java.lang.String configurationKeyAlreadySet = "WELD-001903: Configuration key {0} already set to {1} in a source with higher priority, value {2} from {3} is ignored";
    private final static java.lang.String invalidConfigurationPropertyValue = "WELD-001900: Invalid configuration property value {0} for key {1}";

    public ConfigurationLogger_$logger(final Logger log) {
        super(log);
    }

    public final void readingPropertiesFile(final java.lang.Object file) {
        super.log.logv(FQCN, (org.jboss.logging.Logger.Level.DEBUG), null, readingPropertiesFile$str(), file);
    }

    protected java.lang.String readingPropertiesFile$str() {
        return readingPropertiesFile;
    }

    public final void unsupportedConfigurationKeyFound(final java.lang.Object key) {
        super.log.logv(FQCN, (org.jboss.logging.Logger.Level.WARN), null, unsupportedConfigurationKeyFound$str(), key);
    }

    protected java.lang.String unsupportedConfigurationKeyFound$str() {
        return unsupportedConfigurationKeyFound;
    }

    public final void resourceLoaderNotSpecifiedForArchive(final java.lang.Object archive) {
        super.log.logv(FQCN, (org.jboss.logging.Logger.Level.DEBUG), null, resourceLoaderNotSpecifiedForArchive$str(), archive);
    }

    protected java.lang.String resourceLoaderNotSpecifiedForArchive$str() {
        return resourceLoaderNotSpecifiedForArchive;
    }

    public final org.jboss.weld.exceptions.IllegalStateException configurationKeyHasDifferentValues(final java.lang.Object key, final java.lang.Object value1, final java.lang.Object value2) {
        org.jboss.weld.exceptions.IllegalStateException result = new org.jboss.weld.exceptions.IllegalStateException(java.text.MessageFormat.format(configurationKeyHasDifferentValues$str(), key, value1, value2));
        java.lang.StackTraceElement[] st = result.getStackTrace();
        result.setStackTrace(java.util.Arrays.copyOfRange(st, 1, st.length));
        return result;
    }

    protected java.lang.String configurationKeyHasDifferentValues$str() {
        return configurationKeyHasDifferentValues;
    }

    public final org.jboss.weld.exceptions.IllegalStateException configurationPropertyTypeMismatch(final java.lang.Object propertyType, final java.lang.Object requiredType) {
        org.jboss.weld.exceptions.IllegalStateException result = new org.jboss.weld.exceptions.IllegalStateException(java.text.MessageFormat.format(configurationPropertyTypeMismatch$str(), propertyType, requiredType));
        java.lang.StackTraceElement[] st = result.getStackTrace();
        result.setStackTrace(java.util.Arrays.copyOfRange(st, 1, st.length));
        return result;
    }

    protected java.lang.String configurationPropertyTypeMismatch$str() {
        return configurationPropertyTypeMismatch;
    }

    public final void catchingDebug(final Throwable throwable) {
        super.log.logf(FQCN, (org.jboss.logging.Logger.Level.DEBUG), (throwable), catchingDebug$str());
    }

    protected java.lang.String catchingDebug$str() {
        return catchingDebug;
    }

    public final void configurationInitialized(final java.lang.Object configuration) {
        super.log.logv(FQCN, (org.jboss.logging.Logger.Level.DEBUG), null, configurationInitialized$str(), configuration);
    }

    protected java.lang.String configurationInitialized$str() {
        return configurationInitialized;
    }

    public final void configurationKeyAlreadySet(final java.lang.Object configurationKey, final java.lang.Object value, final java.lang.Object ignoredValue, final java.lang.String mergedSourceDescription) {
        super.log.logv(FQCN, (org.jboss.logging.Logger.Level.DEBUG), null, configurationKeyAlreadySet$str(), configurationKey, value, ignoredValue, mergedSourceDescription);
    }

    protected java.lang.String configurationKeyAlreadySet$str() {
        return configurationKeyAlreadySet;
    }

    public final org.jboss.weld.exceptions.IllegalStateException invalidConfigurationPropertyValue(final java.lang.Object value, final java.lang.Object key) {
        org.jboss.weld.exceptions.IllegalStateException result = new org.jboss.weld.exceptions.IllegalStateException(java.text.MessageFormat.format(invalidConfigurationPropertyValue$str(), value, key));
        java.lang.StackTraceElement[] st = result.getStackTrace();
        result.setStackTrace(java.util.Arrays.copyOfRange(st, 1, st.length));
        return result;
    }

    protected java.lang.String invalidConfigurationPropertyValue$str() {
        return invalidConfigurationPropertyValue;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy