antirez / iconping

Icon Ping - visual ping to 4.2.2.2
http://antirez.com/iconping
BSD 3-Clause "New" or "Revised" License
130 stars 49 forks source link

Constantly logs messages #3

Open thagorastos opened 10 years ago

thagorastos commented 10 years ago

I usually have the console app open in my system. Iconping fills up the log screen with its own messages.

screen shot 2014-07-13 at 2 08 11 pm

siliconman commented 10 years ago

The code is using NSLog() It's generally a bad idea to spam syslog like this. Mike Weller has some good advice, even though he's blunt when he says that you're "doing it wrong"