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

org.jboss.vfs.VFSLogger_$logger Maven / Gradle / Ivy

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

package org.jboss.vfs;

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 = "2022-05-13T15:17:14+0200")
public class VFSLogger_$logger
    extends DelegatingBasicLogger
    implements Serializable, BasicLogger, VFSLogger
{

    private final static long serialVersionUID = 1L;
    private final static java.lang.String FQCN = VFSLogger_$logger.class.getName();
    private final static java.lang.String vfsMountLeaked = "VFS000001: A VFS mount (%s) was leaked!";
    private final static java.lang.String failedToCleanExistingContentForTempFileProvider = "VFS000002: Failed to clean existing content for temp file provider of type %s. Enable DEBUG level log to find what caused this";

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

    public final void vfsMountLeaked(final VirtualFile mountPoint, final Throwable cause) {
        super.log.logf(FQCN, (org.jboss.logging.Logger.Level.WARN), (cause), vfsMountLeaked$str(), mountPoint);
    }

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

    public final void failedToCleanExistingContentForTempFileProvider(final java.lang.String providerType) {
        super.log.logf(FQCN, (org.jboss.logging.Logger.Level.INFO), null, failedToCleanExistingContentForTempFileProvider$str(), providerType);
    }

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy