java.lang.Objecttelosys.objects.Logger
Logger class for JavaScript logging Class used by the "fwkCreateLogger" function
Constructor Summary | |
Logger(string name)
Creates a new logger with the given name |
Method Summary | |
void |
clear()
Clear the logger console |
void |
debug(string msg)
Log a 'debug' message |
void |
desc()
|
void |
error(string msg)
Log an 'error' message |
void |
eval(string id)
Eval the script contained in the given field id |
void |
hide()
Hide the logger console |
void |
info(string msg)
Log an 'info' message |
void |
show()
Show the logger console |
void |
warning(string msg)
Log a 'warning' message |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Logger(string name)
name
- Method Detail |
public void debug(string msg)
msg
- public void info(string msg)
msg
- public void warning(string msg)
msg
- public void error(string msg)
msg
- public void show()
public void hide()
public void clear()
public void eval(string id)
id
- public void desc()