outr / scribe

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eval Feature

darkfrog26 opened this issue · comments

It would be really useful to have an eval feature that could be used like:

scribe.info(scribe.eval(5 * 5))

and the log output would be something like:

5: Int * 5: Int = 25: Int

It would offer a similar output the Scala Console provides, but perhaps with additional insights