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

io.unmock.core.logger.Logger Maven / Gradle / Ivy

package io.unmock.core.logger;

import org.jetbrains.annotations.NotNull;

public interface Logger {
    void log(@NotNull String message);
}




© 2015 - 2026 Weber Informatics LLC | Privacy Policy