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

com.chimpcentral.simpleLogger.Log Maven / Gradle / Ivy

There is a newer version: 2.5.1
Show newest version
package com.chimpcentral.simpleLogger;

public class Log extends Loggable {
		
	public Log(LogFile logFile, String name) {
		super(name);
		this.logFile = logFile;
		this.logFile.createLogListItem(name);
	}

	@Override
	LogFile getLogFile() {
		return this.logFile;
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy