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

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

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

import com.jpattern.core.IService;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy