summaryrefslogtreecommitdiff
path: root/spec/mixlib
Commit message (Expand)AuthorAgeFilesLines
* Update spec/mixlib/log/formatter_spec.rb Tim Smith2020-09-091-1/+1
* Replace __FILE__ with __dir__ and other minor chefstyle fixesTim Smith2020-09-081-1/+1
* Update how we determine if time was loadedrequiresTim Smith2020-08-211-1/+1
* Optimize our requiresTim Smith2020-08-213-5/+5
* Chefstyle fixesTim Smith2019-08-061-1/+1
* Use $stdout instead of STDOUT for the default logdev.Ryan Davis2019-06-061-3/+10
* Minor spec cleanup, using the block form of expect.Ryan Davis2019-06-051-4/+4
* remove hashrocket syntaxLamont Granquist2018-06-261-12/+12
* fix labelling (#37)Thom May2018-04-121-0/+10
* Add appveyor config (#36)Thom May2018-04-111-11/+13
* enable metadata to be got and setThom May2018-02-281-0/+6
* Logging method return nilOlle Jonsson2018-02-281-0/+13
* add trace levelThom May2018-02-221-13/+15
* add metadata to log messagesThom May2018-02-153-2/+65
* Add child loggersThom May2018-01-172-1/+61
* RSpec: use 3.7, disable monkey patching modeOlle Jonsson2017-11-212-2/+2
* Allow applications to query if they've got loggersThom May2016-08-121-0/+5
* fix chefstyleThom May2016-08-031-2/+2
* make travis-ci happyMax Horbul2016-03-181-4/+4
* clean up warnings related to the old rspec syntaxMax Horbul2016-03-181-2/+2
* File log devices opened by mixlib-log should be closed.Max Horbul2016-03-181-0/+32
* Update to rspec 3.X formatcleanupTim Smith2016-03-012-26/+24
* Resolve chef style issuesTim Smith2016-03-012-12/+11
* Opscode -> ChefTim Smith2016-03-012-5/+5
* Ensure that arguments to Mixlib::Log#add are passed as is to all loggersKetan Padegaonkar2012-12-151-0/+9
* update spec tests for CHEF-2161Bryan McLellan2012-06-081-2/+2
* Add example for default base log level.Björn Albers2012-06-011-0/+7
* Add support for initializing Mixlib::Log with a loggerDaniel DeLeo2011-03-171-4/+36
* add multiple logger supportDaniel DeLeo2011-03-151-10/+10
* upgrade to rspec 2Daniel DeLeo2011-03-041-1/+2
* [CHEF-1382] allow the logger to be reinitializedDaniel DeLeo2010-10-131-5/+24
* making log level changes backward compatibleChristopher Brown2009-12-141-2/+22
|\
| * make log level changes backward compatibleChristopher Brown2009-12-141-2/+22
* | fix log level settingChristopher Brown2009-12-111-3/+3
|/
* Convert to jewelerAJ Christensen2009-05-121-1/+7
* Initial commitAdam Jacob2009-03-112-0/+113