[CONTRIB] Beep when there is an error

2003-09-20 Thread Andy Pruitt
Hi, I wrote up a sound appender that can be configured to play a sound whenever a message hits the appender. I've found it to be useful for our development - we just tell it to beep whenever an ERROR event gets logged. The appender uses javax.sound, which means that it is dependent on jdk 1.3 or

RE: Spaces instead of tabs please

2003-09-20 Thread Ceki Gülcü
The code is ultimately formatted by jalopy. The idea is to minimize the changes when jalopy is invoked. If too many lines change with jalopy due to indentation issues and the changes are committed, it is tedious to identify the lines containing meaningful changes because they get drowned in sil

RE: Spaces instead of tabs please

2003-09-20 Thread Jim Moore
Ceki's referring to "indentation level", not the number of spaces that comprise a tab character. The standard referenced also makes that distinction. It's partly because of confusion people have with that distinction that it's best just to not use tab characters all together. It's not "safe" to