loglady
loglady copied to clipboard
Crazy Simple Logging for Scala
Can we get a 2.12 version of this?
This PR sets up a cross build for 2.11.7 and updates SBT. The tests passed and things worked when I tried it out on my machine.
Typesafe's [scalalogging](https://github.com/typesafehub/scalalogging) uses macros in a really nice way. If loglady is not deprecated by scalalogging, it might be useful to use the same mechanism for better performance.
Google Logging has some quite useful logging functions such as LOG_IF and LOG_EVERY_N. These could be nice to have in loglady as well. http://google-glog.googlecode.com/svn/trunk/doc/glog.html#conditional
Use [sbt-ghpages](https://github.com/sbt/sbt-ghpages) to upload api docs automatically.