aboutsummaryrefslogtreecommitdiffstats
path: root/lib/logger.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-2/+2
* * lib/logger.rb: trim tail space of each line. no user visible change.nahi2004-03-261-7/+7
* * lib/logger.rb: leading 0 padding of timestamp usec part.nahi2004-01-301-1/+1
* * lib/logger.rb(Logger#msg2str): no special treatment for the objectnahi2004-01-061-29/+17
* * lib/logger.rb: enhanced documentation.gsinclair2004-01-051-207/+351
* * lib/logger.rb: check if the given logdevice object respond_to :write andnahi2003-09-291-1/+1
* * lib/logger.rb: add Logger#<<(msg) for writing msg without any formatting.nahi2003-09-231-0/+18
* * lib/logger.rb: typo fixed.nahi2003-09-201-5/+8
* * lib/logger.rb: Comment fix. I don't like inline documentation... Hard tonahi2003-09-181-2/+2
* * lib/logger.rb: new file. Logger, formerly called devel-logger ornahi2003-09-181-0/+574