summaryrefslogtreecommitdiff
path: root/include/logger.h
AgeCommit message (Expand)Author
2012-07-05Fix Doxygen syntax errors.Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-16FileWriter hasn't been non-blocking for a very, very long time.Robin Burchell
2012-04-14Fix some of the include guard names (requested by SaberUK)Justin Crawford
2012-04-14Fixes for bug #12Justin Crawford
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-21Move command-line items to CommandLineConfdanieldg
2009-10-20Get rid of more unneeded parent classesdanieldg
2009-10-19Close files opened by configreaderdanieldg
2009-10-18Remove more classbasedanieldg
2009-10-18Add more debug logging of object lifetimesdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-02Valgrind cleanup: finish destructor creationdanieldg
2009-04-04Reapply r11241: flush and close log filehandles properly when the log is closed.dz
2009-03-22Revert r11241 due to crashiness when rehashing from IRC.dz
2009-03-21Actually close file log FDs when we're done with them.dz
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-04-02Fix peavey and w00ts bug they found by removing the nonblocking part of the l...brain
2008-04-01Initialise a variable correctly to avoid valgrind warningw00t
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-02-17Implement logtype exclusion (ie: '* -USERINPUT -USEROUTPUT' to mean everythin...aquanight
2008-02-17Add some docsw00t
2008-02-15Make -nofork work properly with logging now.aquanight
2008-02-14More <log> stuffaquanight
2008-02-10Code for loading <log method=file> tags from config, but this still needs to ...aquanight
2008-02-10Per-logstream loglevels.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-01-17Add logger.(cpp|h), will eventually hold implementation of logging managerw00t