summaryrefslogtreecommitdiff
path: root/lib/mixlib/log.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace __FILE__ with __dir__ and other minor chefstyle fixesTim Smith2020-09-081-1/+1
* Substitute require for require_relativerelativeTim Smith2019-12-201-5/+5
* Chefstyle fixesTim Smith2019-08-061-4/+6
* Fixed the last of the warnings.Ryan Davis2019-06-061-2/+3
* Mode #logger a lazy initializer.Ryan Davis2019-06-061-1/+1
* Use $stdout instead of STDOUT for the default logdev.Ryan Davis2019-06-061-1/+1
* Check for the existence of the ivar before accessing it.Ryan Davis2019-06-051-0/+1
* Escape YARD annotation to avoid directiveOlle Jonsson2019-04-011-1/+1
* Add whitespace, to avoid YARD warningOlle Jonsson2019-04-011-1/+1
* fix labelling (#37)Thom May2018-04-121-2/+3
* fix chefstyleThom May2018-03-221-1/+1
* enable metadata to be got and setThom May2018-02-281-0/+3
* Resolve review commentstm/slogThom May2018-02-261-5/+12
* add trace levelThom May2018-02-221-2/+3
* Ensure we only do a metadata write if requiredThom May2018-02-151-2/+4
* add metadata to log messagesThom May2018-02-151-28/+13
* Add child loggersThom May2018-01-171-0/+15
* Allow applications to query if they've got loggersThom May2016-08-121-0/+7
* add comment to the shady codeMax Horbul2016-03-181-0/+4
* File log devices opened by mixlib-log should be closed.Max Horbul2016-03-181-0/+22
* Resolve chef style issuesTim Smith2016-03-011-14/+13
* Opscode -> ChefTim Smith2016-03-011-3/+3
* Ensure that arguments to Mixlib::Log#add are passed as is to all loggersKetan Padegaonkar2012-12-151-1/+1
* Fix inconsistend doc string for default log level.Björn Albers2012-06-011-1/+1
* rm jeweler, make mixlib-log bundler-ableDaniel DeLeo2011-03-171-0/+1
* Add support for initializing Mixlib::Log with a loggerDaniel DeLeo2011-03-171-6/+22
* Add input checking when bulk assigning log devicesDaniel DeLeo2011-03-151-2/+8
* add multiple logger supportDaniel DeLeo2011-03-151-19/+72
* [CHEF-1382] allow the logger to be reinitializedDaniel DeLeo2010-10-131-8/+6
* fix makefile and require orderChristopher Brown2009-12-211-1/+1
* make log level changes backward compatibleChristopher Brown2009-12-141-6/+8
* fix up the logger and level pseudo accessorsChristopher Brown2009-12-101-6/+17
* Convert to jewelerAJ Christensen2009-05-121-28/+18
* Initial commitAdam Jacob2009-03-111-0/+84