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

net.java.html.lib.angular.ng.ILogService Maven / Gradle / Ivy

package net.java.html.lib.angular.ng;
public class ILogService extends net.java.html.lib.Objs {
  protected ILogService(net.java.html.lib.Objs.Constructor c, java.lang.Object js) {
    super(c, js);
  }
  private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
    $Constructor() {
      super(ILogService.class);
    }
    @Override
    public ILogService create(java.lang.Object obj) {
      return obj == null ? null : new ILogService(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static ILogService $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property debug = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.angular.ng.ILogCall.class, "debug");
  public void debug(java.lang.Object... args) {
    $Typings$.debug$377($js(this), /* ArrayType*/$js(args));
  }
  public net.java.html.lib.Objs.Property error = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.angular.ng.ILogCall.class, "error");
  public void error(java.lang.Object... args) {
    $Typings$.error$378($js(this), /* ArrayType*/$js(args));
  }
  public net.java.html.lib.Objs.Property info = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.angular.ng.ILogCall.class, "info");
  public void info(java.lang.Object... args) {
    $Typings$.info$379($js(this), /* ArrayType*/$js(args));
  }
  public net.java.html.lib.Objs.Property log = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.angular.ng.ILogCall.class, "log");
  public void log(java.lang.Object... args) {
    $Typings$.log$380($js(this), /* ArrayType*/$js(args));
  }
  public net.java.html.lib.Objs.Property warn = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.angular.ng.ILogCall.class, "warn");
  public void warn(java.lang.Object... args) {
    $Typings$.warn$381($js(this), /* ArrayType*/$js(args));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy