vitalidze / traccar-web

Traccar Web UI mod
http://traccar.litvak.su/
151 stars 145 forks source link

How to show loging #906

Open sodasonic opened 8 years ago

sodasonic commented 8 years ago

Hi now i have problem for develop with loging for debug i use System.out.println . It's not show on console in netbean

Thank.

vitalidze commented 8 years ago

For server side system uses JUL. You need to obtain instance of the Logger somehow and then print what you need.

On client side you need to use GWT.log methods.