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

org.arquillian.cube.kubernetes.api.Logger Maven / Gradle / Ivy

The newest version!
package org.arquillian.cube.kubernetes.api;

public interface Logger extends WithToImmutable {

    void info(String msg);

    void warn(String msg);

    void error(String msg);

    void status(String msg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy