org.stjs.javascript
Class Console

java.lang.Object
  extended by org.stjs.javascript.Console

public abstract class Console
extends Object

This is the bridge to the browser console object

Author:
acraciun

Constructor Summary
Console()
           
 
Method Summary
abstract  void debug(Object msg, Object... otherParams)
           
abstract  void dir(Object msg)
           
abstract  void error(Object msg, Object... otherParams)
           
abstract  void info(Object msg, Object... otherParams)
           
abstract  void log(Object msg, Object... otherParams)
           
abstract  void profile(Object msg)
           
abstract  void profileEnd(Object msg)
           
abstract  void time(Object msg)
           
abstract  void timeEnd(Object msg)
           
abstract  void trace(Object msg, Object... otherParams)
           
abstract  void warn(Object msg, Object... otherParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console

public Console()
Method Detail

log

public abstract void log(Object msg,
                         Object... otherParams)

warn

public abstract void warn(Object msg,
                          Object... otherParams)

error

public abstract void error(Object msg,
                           Object... otherParams)

debug

public abstract void debug(Object msg,
                           Object... otherParams)

trace

public abstract void trace(Object msg,
                           Object... otherParams)

info

public abstract void info(Object msg,
                          Object... otherParams)

dir

public abstract void dir(Object msg)

time

public abstract void time(Object msg)

timeEnd

public abstract void timeEnd(Object msg)

profile

public abstract void profile(Object msg)

profileEnd

public abstract void profileEnd(Object msg)


Copyright © 2013. All Rights Reserved.