implicit.ly

Scala software, hot off the presses

grizzled-slf4j 0.6.9

  • Added Scala 2.9.2 to list of cross-compiled targets.

The Grizzled SLF4J package provides a very thin Scala-friendly layer on top of the SLF4J (Simple Logging Facade for Java) API.

via herald

Filed under  //   grizzled-slf4j  

grizzled-slf4j 0.6.7

  • Converted to build with SBT 0.11.2.
  • Added support for ls.implicit.ly metadata.
  • Now publishes to oss.sonatype.org (and, thence, to the Maven central repo).
  • Bumped SLF4J version dependency to SLF4J 1.6.4.

The Grizzled SLF4J package provides a very thin Scala-friendly layer on top of the SLF4J (Simple Logging Facade for Java) API.

via herald

Filed under  //   grizzled-slf4j  

grizzled-slf4j 0.6.6

  • Pulled change from Lucas Torri that changes logging method signatures to take Any, rather than AnyRef, allowing more parameter flexibility. Also handles null better.

The Grizzled SLF4J package provides a very thin Scala-friendly layer on top of the SLF4J (Simple Logging Facade for Java) API.

Filed under  //   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   Scala 2.9.0-1   Scala 2.9.1   grizzled-slf4j   org.clapper  

grizzled-slf4j 0.6.5

  • Now builds for Scala 2.9.1, as well as 2.9.0-1, 2.9.0, 2.8.1, and 2.8.0.

The Grizzled SLF4J package provides a very thin Scala-friendly layer on top of the SLF4J (Simple Logging Facade for Java) API.

Filed under  //   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   Scala 2.9.0-1   Scala 2.9.1   grizzled-slf4j   org.clapper  

Grizzled SLF4J 0.6.4

  • Upgraded to version 1.6.2 of SLF4J.
  • Converted code to confirm with standard Scala coding style.
  • Backed out change made in version 0.6.1: Published Maven POM now lists slf4j-api as "compiled" again, instead of "provided". See comments in Grizzled SLF4J Issue #3.

The Grizzled SLF4J package provides a very thin Scala-friendly layer on top of the SLF4J (Simple Logging Facade for Java) API.

Filed under  //   Grizzled SLF4J   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   Scala 2.9.0-1   org.clapper  

Grizzled SLF4J 0.6.2

  • Per a suggestion from Josh Suereth, the Logging class's methods are now marked @inline and final, allowing the Scala compiler to pull them inline, if it can, for greater efficiency.

The Grizzled SLF4J package provides a very thin Scala-friendly layer on top of the SLF4J (Simple Logging Facade for Java) API.

Filed under  //   Grizzled SLF4J   Scala 2.7.7   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   Scala 2.9.0-1   org.clapper  

Grizzled SLF4J 0.6.1

  • Updated SBT build file so that published Maven POM lists the slf4j-api dependency as "provided". This change addresses Grizzled SLF4J Issue #3.

The Grizzled SLF4J package provides a very thin Scala-friendly layer on top of the SLF4J (Simple Logging Facade for Java) API.

Filed under  //   Grizzled SLF4J   Scala 2.7.7   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   Scala 2.9.0-1   org.clapper  

Grizzled SLF4J 0.6

  • Now builds against Scala 2.9.0-1, as well as Scala 2.9.0, 2.8.1, 2.8.0 and 2.7.7.
  • Converted to build with SBT 0.10.1

The Grizzled SLF4J package provides a very thin Scala-friendly layer on top of the SLF4J (Simple Logging Facade for Java) API.

Filed under  //   Grizzled SLF4J   Scala 2.7.7   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   Scala 2.9.0-1   org.clapper  

grizzled-slf4j 0.5

  • Updated to build against Scala 2.9.0, as well as the 2.7 and 2.8 series.

The Grizzled SLF4J package provides a very thin Scala-friendly layer on top of the SLF4J (Simple Logging Facade for Java) API.

Filed under  //   Scala 2.7.7   Scala 2.8.0   Scala 2.8.1   Scala 2.9.0   grizzled-slf4j   org.clapper  

grizzled-slf4j 0.4

  • Updated to version 1.6.1 of the SLF4J library.
  • Added a Logging trait that can be mixed into a class, providing logging functions and a Logger, without changing the public API (similar to the Logging trait in the Scalate source). Addresses Issue #1.

The Grizzled SLF4J package provides a very thin Scala-friendly layer on top of the SLF4J (Simple Logging Facade for Java) API.

Filed under  //   Scala 2.7.7   Scala 2.8.0   Scala 2.8.1   grizzled-slf4j   org.clapper