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

com.github.dreamhead.moco.monitor.LogWriter Maven / Gradle / Ivy

package com.github.dreamhead.moco.monitor;

public interface LogWriter {
    void write(String content);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy