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

com.daioware.log.ProcessLogger Maven / Gradle / Ivy

package com.daioware.log;

import java.time.Instant;

import com.daioware.dateUtilities.TimeInterval;

public interface ProcessLogger {
	
	void storeTimeIntervals(Instant startDate,Instant finishDate);
	Iterable getTimeIntervalIterator();
	long getRunningTimes();
	void emptyLog();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy