summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-06-24remove ansi escape codes from log fileHEADmasterFlorian Pritz1-2/+43
References: https://en.wikipedia.org/wiki/ANSI_escape_code Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-06-15simplify writelog()Florian Pritz1-55/+21
All we do is prepend the date and remove \r. We don't handle color codes, but the user can just cat the log file in a terminal and it will interpret the codes correctly. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-05-22initial commitFlorian Pritz1-0/+690
Signed-off-by: Florian Pritz <bluewind@xinu.at>