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

org.jboss.weld.logging.VersionLogger_$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:25+0200")
public class VersionLogger_$logger
    extends DelegatingBasicLogger
    implements Serializable, BasicLogger, VersionLogger, WeldLogger
{

    private final static long serialVersionUID = 1L;
    private final static java.lang.String FQCN = VersionLogger_$logger.class.getName();
    private final static java.lang.String catchingDebug = "Catching";
    private final static java.lang.String version = "WELD-000900: {0}";

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

    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 version(final Object info) {
        super.log.logv(FQCN, (org.jboss.logging.Logger.Level.INFO), null, version$str(), info);
    }

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy