Help for this page

Select Code to Download


  1. or download this
    printlog("one\ntwo\n");
    indentlog(+1);
    printlog("three\nfour\n");
    indentlog(-1);
    pringlog("five\nsix\n");
    
  2. or download this
    05/31/06 17:57:37 | one
    05/31/06 17:57:37 | two
    ...
    05/31/06 17:57:37 |     four
    05/31/06 17:57:37 | five
    05/31/06 17:57:37 | six