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.
implicit.ly |
Scala software, hot off the presses |
The Grizzled SLF4J package provides a very thin Scala-friendly layer on top of the SLF4J (Simple Logging Facade for Java) API.
ls.implicit.ly metadata.
oss.sonatype.org (and, thence, to the Maven central repo).
The Grizzled SLF4J package provides a very thin Scala-friendly layer on top of the SLF4J (Simple Logging Facade for Java) API.
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.
The Grizzled SLF4J package provides a very thin Scala-friendly layer on top of the SLF4J (Simple Logging Facade for Java) API.
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.
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.
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.
The Grizzled SLF4J package provides a very thin Scala-friendly layer on top of the SLF4J (Simple Logging Facade for Java) API.
The Grizzled SLF4J package provides a very thin Scala-friendly layer on top of the SLF4J (Simple Logging Facade for Java) API.
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.