javaに関するwatermazeのブックマーク (2)

  • Top 5 Java Logging Frameworks

    Logging is an age-old and intrinsic part of virtually every server-side application. It’s the primary method by which applications output live state in a persistent and readable manner. Some applications may only log a few megabytes a day, while others may log gigabytes of data or more in a matter of hours. As logging usually involves IO to write data to disk (either blocking or async) – it comes

    Top 5 Java Logging Frameworks
    watermaze
    watermaze 2015/11/18
    フレームワークでオリンピックやるのは他言語でも見かけるが、ロギングでやるのはJavaくらいだろう
  • 1