зеркало из
https://github.com/iharh/notes.git
synced 2025-11-01 22:26:09 +02:00
10 строки
158 B
Plaintext
10 строки
158 B
Plaintext
http://www.gwtproject.org/doc/latest/DevGuideLogging.html
|
|
|
|
quick-way
|
|
|
|
public static native void log(String msg) /*-{
|
|
$wnd.alert(msg);
|
|
}-*/;
|
|
|
|
|