summaryrefslogtreecommitdiff
path: root/lib/chef/log.rb
Commit message (Expand)AuthorAgeFilesLines
* Simplify the deprecations system a bit, and introduce ways to silence depreca...Noah Kantrowitz2018-06-141-8/+10
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-1/+1
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-6/+6
* Warn when user sets a property of an inline resource to itself.John Keiser2015-12-101-0/+14
* Send a string, not an arrayJohn Keiser2015-09-011-1/+4
* Make Dispatcher metaprogramming more straightforwardJohn Keiser2015-09-011-1/+1
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-1/+2
* Added Windows Event Log loggerJay Mundrawala2015-05-071-0/+1
* avoid platfomr matched /mswin|mingw|windows/sawanoboly2015-05-061-1/+1
* extract Chef::Log::Sylog class to its own fileLamont Granquist2015-05-061-26/+1
* strip messagesawanoboly2015-05-061-1/+1
* fallback to infosawanoboly2015-05-061-0/+2
* add unit specs for Chef::Log::Syslogsawanoboly2015-05-061-0/+1
* send message with Severity to syslogsawanoboly2015-05-061-2/+8
* add Chef::Log::Syslog classLamont Granquist2015-05-061-0/+17
* pass message to deprecation exceptionLamont Granquist2015-02-091-1/+1
* peer review feedback for deprecation warningsLamont Granquist2015-02-091-2/+2
* Add Chef::Log.deprecation and associated wiringLamont Granquist2015-02-091-1/+10
* [CHEF-3935] Use stripped down lockless loggerdanielsdeleo2013-02-271-2/+2
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+39
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-86/+0
* Added template support, changed license to Apache v 2Adam Jacob2008-08-161-18/+11
* Adding chef-solo command, config examples, Chef::Log class, Chef::Log::Format...Adam Jacob2008-04-081-0/+93