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

org.chobit.spring.autoconfigure.trace.TraceClewStarter Maven / Gradle / Ivy

The newest version!
package org.chobit.spring.autoconfigure.trace;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.InitializingBean;

/**
 * TraceClew Starter
 *
 * @author robin
 */
public class TraceClewStarter implements InitializingBean {


    private static final Logger logger = LoggerFactory.getLogger(TraceClewStarter.class);


    @Override
    public void afterPropertiesSet() throws Exception {
        logger.debug("TraceClew has been enabled.");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy