aboutsummaryrefslogtreecommitdiffstats
path: root/lib/logger.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/logger.rb: Add shift_period_suffix option [Fix GH-10772]sonots2016-04-181-7/+13
* Allow specifying logger parameters in constructorsonots2016-04-181-4/+34
* Logger: simple refactoringnobu2016-04-061-5/+6
* logger.rb: kwd argsnobu2016-03-081-3/+3
* * lib/logger.rb: Remove block from Logger.add as it's not neededsonots2016-02-091-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/logger.rb: expose logger mutexsonots2015-11-201-8/+5
* * lib/logger.rb: support symbol and string log level settingsonots2015-11-171-1/+35
* lib/logger.rb: Add Logger#reopensonots2015-11-171-6/+47
* logger.rb: end of week should be Saturdaynobu2015-10-271-1/+1
* logger.rb: fix weekly rotationnobu2015-10-271-3/+5
* logger.rb: exact matchingnobu2015-10-261-6/+6
* logger.rb: freeze constantsnobu2015-10-261-3/+3
* logger.rb: simplifynobu2014-08-251-5/+1
* lib/logger.rb: use %Nnobu2014-08-251-1/+1
* * logger.rb: removed unmaintain code.hsbt2014-07-021-123/+0
* * lib/gserver.rb: remove redundant use of to_s in interpolation.hsbt2014-06-241-1/+1
* * lib/logger.rb: refactored to include Logger::Period.hsbt2014-05-241-43/+39
* logger.rb: DSTnobu2014-02-211-10/+7
* logger.rb: fix midnight log rotation missnobu2014-02-211-7/+34
* * lib/logger.rb: [DOC] Fix arg name for Logger.new by @ryotarai [ci skip] [fi...hsbt2014-02-111-2/+2
* logger.rb: fix extra log ratationnobu2013-12-141-2/+1
* logger.rb: fix r43511 for Windowsnobu2013-11-021-2/+6
* * lib/logger.rb: Inter-process locking for log rotationnaruse2013-11-011-8/+49
* * lib/logger.rb: Use :call-seq: for method signature rdoczzak2013-07-101-6/+3
* * lib/logger.rb (#add): Remove incorrect rdoc for return valuezzak2013-07-101-2/+0
* * lib/logger.rb (Logger::Application): show namespace in documentationeregon2013-05-201-3/+3
* * lib/logger.rb: Updated example in Logger comment to match otherdrbrain2012-07-201-9/+11
* * lib/logger.rb: Updated typos and output to match modern Loggerdrbrain2012-07-181-51/+53
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-10/+10
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-10/+10
* * lib: remove trailing spaces.nobu2011-05-181-2/+2
* * lib/logger.rb: Improve documentation. Patch by David Copeland.drbrain2011-05-161-48/+83
* * lib/logger.rb: format comments to keep 80 columns in a line.nagachika2011-05-131-3/+4
* * lib/logger.rb (class Logger): Document Logger#datetime_format.drbrain2011-05-121-0/+1
* * lib/csv.rb: fix a typo.nagachika2011-05-111-1/+1
* * lib/logger.rb: added RDoc document for logging message escapenahi2011-01-181-2/+16
* * lib/csv.rb: Fix unused variable warnings.marcandre2010-07-111-2/+2
* * lib/logger.rb: imported upstream version (logger/1.2.7) see #2238.nahi2009-10-201-42/+60
* * lib/logger.rb (Logger): should handle the case that cvs/svn domatz2008-11-191-1/+7
* * lib/logger.rb (ProgName): fixed typo.nobu2008-11-181-1/+1
* * lib/logger.rb (ProgName): fixed for svn, based on a patch fromnobu2008-11-181-2/+2
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-1/+1
* * lib/logger.rb (Logger::Application): remove meaningless logdevnahi2007-05-161-7/+30
* Documentation cleanup.drbrain2006-08-041-10/+1
* * lib/logger.rb: improves the amount of documentation that Rdocmatz2006-07-311-3/+3
* * lib/logger.rb (Logger): added formatter accessor to logger fornahi2005-09-131-78/+64
* * lib/logger.rb (write, shift_log?, shift_log): file shifting racenahi2005-08-201-65/+64
* document fix [ruby-dev:26516] (patch from Kazuhiro NISHIYAMA)ocean2005-07-161-4/+3
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-071-0/+1