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

com.github.czyzby.kiwi.log.LoggerFactory Maven / Gradle / Ivy

There is a newer version: 1.9.1.9.6
Show newest version
package com.github.czyzby.kiwi.log;

/** Provides {@link Logger} instances.
 *
 * @author MJ */
public interface LoggerFactory {
    /** @param service contains logger settings. Requests creation of a logger instance.
     * @param forClass requests a logger.
     * @return a new logger for the selected class. */
    Logger newLogger(LoggerService service, Class forClass);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy