- No longer formatting the log message if there aren't any parameters.
- Now cross-building for Scala 2.8.1 and 2.9.0-1 only.
- Added a no-param
configure
method for the very unpicky. - Now cross-building for Scala 2.8.1 and 2.9.0.
- Added syslog logging
- Removed garbage collection logging
- Dropped dependency on apache-log4j-extras
- Switched from time-based rolling of log file to simple maximum file size
- Added retention settings for log files
- Moved from
java.util.logging
to log4j - Improved
Log
interface - Change logging levels via JMX
- Log to stdout or a rotating log file
- Log garbage collection times
- Compiled exclusively for Scala 2.8.0 final
- Cross-compiled against Scala 2.8.0.RC3, RC5, RC6, and RC7
- Strip tab characters from exception stack traces
- Cross-compiled against Scala 2.8.0.RC2
- Initial release