summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* allow logger to query trace leveltm/tracinessThom May2018-03-221-0/+3
| | | | Signed-off-by: Thom May <thom@chef.io>
* release 2.0.1v2.0.1Thom May2018-02-281-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* enable metadata to be got and setThom May2018-02-282-0/+4
| | | | Signed-off-by: Thom May <thom@chef.io>
* Logging method return nilOlle Jonsson2018-02-281-0/+1
| | | | | | - Fixes #21 Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
* release 2.0tm/2_0Thom May2018-02-261-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Resolve review commentstm/slogThom May2018-02-264-32/+34
| | | | Signed-off-by: Thom May <thom@chef.io>
* add trace levelThom May2018-02-223-5/+18
| | | | Signed-off-by: Thom May <thom@chef.io>
* Ensure we only do a metadata write if requiredThom May2018-02-151-2/+4
| | | | Signed-off-by: Thom May <thom@chef.io>
* add metadata to log messagesThom May2018-02-155-49/+193
| | | | Signed-off-by: Thom May <thom@chef.io>
* Add child loggersThom May2018-01-172-0/+78
| | | | | | | | Child loggers mean that we can create new instances of a logger for subsystems or specific classes, but still only have a single set of outputs. Signed-off-by: Thom May <thom@chef.io>
* Travis: lint, fix build, newer RubiesOlle Jonsson2017-02-101-1/+1
| | | | | | Obvious fix. Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
* Release 1.7.1Matt Wrock2016-08-121-1/+1
|
* Allow applications to query if they've got loggersThom May2016-08-121-0/+7
| | | | | | This is required to avoid the problems in #17 Signed-off-by: Thom May <thom@may.lt>
* Release 1.7.0v1.7.0Thom May2016-08-041-1/+1
| | | | Signed-off-by: Thom May <thom@may.lt>
* 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
| | | | | | | Ruby does not have a destructor concept so the opened files should be closed explicitely. The ruby logger which is used as a default logger here does not close logdevices it opened until #close method is called. When #rest! happens the logger instance gets destroyed but the #close method is not triggered. This patch should help to solve the problem described here: https://github.com/chef/chef/issues/3435
* Resolve chef style issuesTim Smith2016-03-012-23/+22
|
* Opscode -> ChefTim Smith2016-03-012-5/+5
|
* Merge pull request #7 from ketan/add-does-not-pass-args-correctlySerdar Sutay2014-05-211-1/+1
|\ | | | | Ensure that arguments to Mixlib::Log#add are passed as is to all loggers
| * Ensure that arguments to Mixlib::Log#add are passed as is to all loggersKetan Padegaonkar2012-12-151-1/+1
| |
* | Release 1.6.0 (relaxed dependencies)John Keiser2013-04-021-1/+1
| |
* | Release 1.4.2 (relaxed dependencies)John Keiser2013-04-021-1/+1
|/
* Release 1.4.1 (add rubygem-test)1.4.1Bryan McLellan2012-06-081-1/+1
|
* Release 1.4.01.4.0Bryan McLellan2012-06-081-1/+1
|
* Changing to iso8661 - fixes CHEF-2161Adam Jacob2012-06-071-2/+2
|
* Fix inconsistend doc string for default log level.Björn Albers2012-06-011-1/+1
|
* rm jeweler, make mixlib-log bundler-ableDaniel DeLeo2011-03-172-0/+6
|
* 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-112-0/+140