com.lightstep.tracer.shared.Warner Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-common Show documentation
Show all versions of java-common Show documentation
The LightStep OpenTracing Tracer implementation for Java
package com.lightstep.tracer.shared;
public interface Warner {
void warn(String message);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy