简体   繁体   中英

Netbeans IDE 7.3.1 logger

My logger shortcut not working on netbeans ide 7.3.1

But when I use netbeans 7.3 it's working.

My problem is when I type log then press tab button not completing a logger code.

but in 7.3 it's working.

log - in netbeans 7.3.1 not working
Logger.getLogger(EmailOff.class.getName()).log(Level.INFO, "message"); - in netbeans 7.3 working

This may be the reason that in your netbeans 7.3.1 configure, you should check your setting in the settings menu->general->code complete->java language, and in the code hint blank you can type in all your alphabetical characters in it. Then whatever you type in for instance log , netbeans will automatically complete the rest code for you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM