scribe icon indicating copy to clipboard operation
scribe copied to clipboard

The fastest logging library in the world. Built from scratch in Scala and programmatically configurable.

Results 80 scribe issues
Sort by recently updated
recently updated
newest added

It would be really useful to have an eval feature that could be used like: ```scala scribe.info(scribe.eval(5 * 5)) ``` and the log output would be something like: ``` 5:...

Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from 2.0.0 to 2.0.2. [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.2) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v2.0.0...v2.0.2) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates org.slf4j:slf4j-api from 2.0.0-alpha5 to 2.0.0-beta1. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Need to apply a fairly large refactoring to support file writing in Scala.js as it doesn't support the File classes from Java.

Create a new module that runs a web server to interact with logs in real-time allowing better filtering, searching, and insights.

Simple XML writer output

Add convenience support to make migration to Scribe much easier. Support for existing logger configuration would be a big plus (ex. `log4j.properties`)

Currently, the configuration of Scribe is entirely programmatic and at the discretion of the developer using it. It would be very useful to provide an optional module that incorporates Profig...

enhancement

1.) Better tooling to expose performance flaws 2.) Additional benchmarks to show more features of Scribe 3.) A library to generate graphical reports on the benchmark results

enhancement
help wanted