summaryrefslogtreecommitdiff
path: root/src/logger.cpp
AgeCommit message (Expand)Author
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-04-11Remove 'default log' and <options:loglevel> (wtf?)brain
2008-04-02Fix peavey and w00ts bug they found by removing the nonblocking part of the l...brain
2008-02-17Implement logtype exclusion (ie: '* -USERINPUT -USEROUTPUT' to mean everythin...aquanight
2008-02-17Make log targets in config space-seperated (ie: 'USERINPUT USEROUTPUT') like ...aquanight
2008-02-15Make -nofork work properly with logging now.aquanight
2008-02-14More <log> stuffaquanight
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-10Code for loading <log method=file> tags from config, but this still needs to ...aquanight
2008-02-09Fix a bug in new logging API (global logstreams weren't notified of events if...w00t
2008-02-09Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ...w00t
2008-02-09Add a printf-type override for LogManager::Log(). We need to find a way to se...w00t
2008-02-09New logging implementation. Also write messages about InspIRCd::Log() being d...w00t
2008-02-09Initial totally untested logger implementation that does nothing.w00t
2008-02-06Rework the suggested logger implementation to one that doesn't suck donkey an...w00t
2008-02-02Add some notes on proposed logging stuffw00t
2008-01-17Add logger.(cpp|h), will eventually hold implementation of logging managerw00t