summaryrefslogtreecommitdiff
path: root/lib/mixlib/log.rb
Commit message (Expand)AuthorAgeFilesLines
* 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