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

com.github.markusbernhardt.xmldoclet.LoggingLevel Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.github.markusbernhardt.xmldoclet;

import org.slf4j.Logger;

/**
 * Public interface for a logging level class.
 * 
 * @author markus
 */
public interface LoggingLevel {

    /**
     * Intefrace mehtod.
     * 
     * @param log the logger to log to
     * @param message the message to log to the given logger.
     */
    void log(Logger log, String message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy