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

com.jpattern.service.log.reader.ILoggerReaderService Maven / Gradle / Ivy

package com.jpattern.service.log.reader;

import java.io.Serializable;

import com.jpattern.core.IService;

/**
 * 
 * @author Francesco Cinà 07/ago/2009
 *
 */
public interface ILoggerReaderService extends IService, Serializable {
    
	IMessageReader messageReader();
	
	IMessageReader messageReader(IFilter aFilter);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy