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

com.jpattern.service.log.WarningLoggerServiceIgnorePathStrategy Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
package com.jpattern.service.log;


/**
 * 
 * @author Francesco Cina'
 *
 * 12/ago/2010
 */
public class WarningLoggerServiceIgnorePathStrategy implements ILoggerServiceIgnorePathStrategy {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public void ignorePath(ILoggerService loggerService, String path) {
		loggerService.setWarnLoggerLevel(path);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy