summaryrefslogtreecommitdiff
path: root/test/logger
AgeCommit message (Expand)Author
2007-12-24* test/logger/test_logger.rb: Module#constants returns an array of Symbols.gotoyuzo
2005-09-15 * test/logger/test_logger.rb: unintentionally overwritten changes bynahi
2005-09-13 * lib/logger.rb (Logger): added formatter accessor to logger fornahi
2005-08-24* test/logger/test_logger.rb (test_shifting_size): should close logusa
2005-08-20 * lib/logger.rb (write, shift_log?, shift_log): file shifting racenahi
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-11-13Sun Nov 14 08:46:33 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi
2004-01-06 * lib/logger.rb(Logger#msg2str): no special treatment for the objectnahi
2003-10-01* test/logger/test_logger.rb: unlinking file before close causes problem undernahi
2003-09-29* lib/logger.rb: check if the given logdevice object respond_to :write andnahi
2003-09-23* lib/logger.rb: add Logger#<<(msg) for writing msg without any formatting.nahi
2003-09-20* reduce expecting size of backtrace.nahi
2003-09-20* lib/logger.rb: typo fixed.nahi