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

.mdoc-js-interfaces.2.5.2.source-code.ScalajsLogger Maven / Gradle / Ivy

There is a newer version: 2.6.2
Show newest version
package mdoc.js.interfaces;

public interface ScalajsLogger{
  public void log(LogLevel level, String message);
  public void trace(Throwable ex);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy