17
DBX12
5y

What is wrong with Java CLI applications? Is it really necessary to output a billion lines consisting of INFO an WARN messages?
If I work some longer with beeline I turn into a Java application myself.

INFO: Writing rant
INFO: Clicking submit
WARN: Heart rate too high
ERR!: SHUT THE FUCK UP JAVA!

Comments
  • 0
    Some have too much, some too little.
  • 1
    And in the end you don't know if it's still working or not
  • 0
    Not all cli apps need to go through a framework.... standard cli apps don't even have logging built in unless you put it there...
  • 0
    loglevel=ERROR?? Oo guess I didn't get the point :P
  • 1
    @pschik That was my first idea, but somewhere is a contradicting statement which sets the level back to INFO
  • 0
    Oh ok thx4info :)
  • 1
    It's like this code is from my genius professor praising "Java is platform independent" but hardcoding the log path to "C:\log.txt" in his publication. IN A F*IN PUBLICATION
  • 0
    @DBX12 you don't have a C drive? ;D
  • 0
    @pschik on some platforms but not others
  • 0
    @pschik No, I have a /home/dbx12 ;)
Add Comment