aboutsummaryrefslogtreecommitdiff
path: root/src/multilogtext.cpp (follow)
AgeCommit message (Collapse)Author
2007-04-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike Buland
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier.
2006-05-04Removed some extra test functions that were interfering with some otherMike Buland
programs. Also disabled auto-log rotation until I can come up with a better way of doing it.
2006-05-03Added a simple test for the log system, and switched the multilog to the newMike Buland
singleton system, which unfortunately changed it's API slightly. Now it's not a pointer from the singleton, but I did add a new macro to make most usage of it even easier.
2006-05-01libbu++ is finally laid out the way it should be, trunk, branches, and tags.Mike Buland