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

de.mhus.lib.core.ILog Maven / Gradle / Ivy

There is a newer version: 6.3.1
Show newest version
package de.mhus.lib.core;

import de.mhus.lib.core.logging.Log;

/**
 * 

ILog interface.

* * @author mikehummel * @version $Id: $Id * @since 3.2.9 */ public interface ILog { /** *

log.

* * @return a {@link de.mhus.lib.core.logging.Log} object. */ Log log(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy