aboutsummaryrefslogtreecommitdiff
path: root/modules/logging
AgeCommit message (Collapse)Author
2011-05-18Fix CONTRIB-109: proper newline trimmingAlexander Taggart
2011-02-28fix CONTRIB-105: logging tests no longer use hardcoded line separatorsAlexander Taggart
2010-12-19Reset all versions to 1.3.0 SNAPSHOTStuart Sierra
2010-12-19Set all versions to 1.3.0-alpha4 for release1.3.0-alpha4Stuart Sierra
2010-11-07Reset versions to 1.3.0-SNAPSHOTStuart Sierra
2010-11-07Set all versions to 1.3.0-alpha31.3.0-alpha3Stuart Sierra
2010-10-26Revert all versions to 1.3.0-SNAPSHOT for developmentStuart Sierra
2010-10-26Update all versions to 1.3.0-alpha2 releaseStuart Sierra
2010-09-28Back to version 1.3.0-SNAPSHOT on all modulesStuart Sierra
2010-09-24Set all version numbers to 1.3.0-alpha1 explicitlyStuart Sierra
2010-09-23Use clojure.contrib.version property in all modulesStuart Sierra
2010-09-23Revert "[maven-release-plugin] prepare release 1.3.0"Stuart Sierra
This reverts commit d6e13bca9b78b7124f8e787be70704b32173fd1c.
2010-09-23Revert "[maven-release-plugin] prepare for next development iteration"Stuart Sierra
This reverts commit d5529fd47a7e0ce4001b2588def1ffcd1fe9e274.
2010-09-17[maven-release-plugin] prepare for next development iterationStuart Sierra
2010-09-17[maven-release-plugin] prepare release 1.3.0Stuart Sierra
2010-09-17Remove extra xmlns declarations from POMs (breaks release plugin)Stuart Sierra
2010-09-08Fix arglist doc for level-specific macrosAlexander Taggart
2010-09-05commenting out tests that fail only on build machineAlexander Taggart
2010-08-22Tests for c.c.loggingAlexander Taggart
2010-08-22New features:Alexander Taggart
- log macros for using print-style args - log macros for using format-style args - Log and LogFactory protocols allow for providing alternate implementations - *tx-agent-levels* and *force* allow controlling the direct vs agent behavior Improvements: - *logging-agent* uses :error-mode :continue - log-capture! now optionally takes args specifying out and err logging levels - with-logs now optionally takes args specifying out and err logging levels - Fixed synchronization issue around calling System.setOut/setErr - Avoided reflection in log-stream - spy uses pprint to format output Breaking changes: - *allow-direct-logging*: Replaced with improved functionality via *force* - *impl-name*: Replaced with impl-name fn on LogFactory protocol - trace/debug/etc: throwable position changed to allow for print-style args - log: throwable position changed to keep consistency with message-last layout of print- and format-style args'
2010-08-07Split all namespaces into sub-modules.Stuart Sierra
* Examples and tests have not been copied over. * Clojure test/compile phases are commented out in parent POM. * May require installing parent POM before full build.