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