summaryrefslogtreecommitdiff
path: root/src/utility
Commit message (Collapse)AuthorAgeFilesLines
* Fix paramter passing in logging messagesJozef Knaperek2015-10-151-9/+9
| | | | | | | | Pass parameters into logger calls directly instead of pre-merging with the logger message. This way the logs are easier to maintain and process. The code is also faster when logging is turned off since it doesn't have to evaluate all params and render them into strings.
* added utility to read and cache remote metadata feeds.rhoerbe2014-08-112-0/+36