slf4s icon indicating copy to clipboard operation
slf4s copied to clipboard

Simple Scala facade for SLF4J

Results 9 slf4s issues
Sort by recently updated
recently updated
newest added

I have added a method `Any#trace` similar to Ruby's `Object#tap` that lets one tap into a method execution chain. The documentation for Ruby's `tap` can be seen here: http://ruby-doc.org/core-1.9.3/Object.html#method-i-tap. The...

- Close quote on version number in sbt example. - List all supported Scala versions. - Update Maven example to latest Scala and SLF4S.

The purpose is the enhance performance by avoiding if test and remove method call at runtime. Default distribution will leave all levels enabled at compile time and we can adjust...

First of all, thanks a lot for providing this library, I find it very useful. Is there any chance that a version for Scala 2.10.0 might be made available in...

I guess it works just fine with the slf4s_2.9.1-1.0.7 release but maven complains about clashing dependencies when the rest of the project depends on 2.9.2 and slf4s depends on 2.9.1

It would be convenient to expose isDebugEnabled from SLF4J. http://www.slf4j.org/api/org/slf4j/Logger.html#isDebugEnabled%28%29 Thanks a lot

According to README.textile, slf4s is OSGi compliant. It isn't clear precisely what this means, since `package` command of sbt produces a plain jar, not a bundle.

The sources JAR (slf4s_2.9.0-1.0.6-sources.jar) in the org.scala-tools repository is not organised correctly with package folders. The JAR file has the following layout: ``` META-INF/MANIFEST.MF Logging.scala LICENSE-2.0.txt logger.scala ``` Because the...