зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-04 07:36:08 +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);
 | 
						|
    }-*/;
 | 
						|
 | 
						|
 |