summaryrefslogtreecommitdiff
path: root/tests/logger
AgeCommit message (Collapse)Author
2012-09-10fixed logger to liblogger renaming on LinuxAndreas Baumann
2012-09-10libutil move and liblogger rename on WindowsAndreas Baumann
2012-09-07fixed some linker errors on FreeBSD (should also affect Linux, but there ↵Andreas Baumann
everything worked?)
2012-09-07fixed all tests on Windows, still issues with static libcrawlAndreas Baumann
2012-09-06more splitting into libcrawl, crawl binaryAndreas Baumann
moved more public header to 'include' changed approach for dynamic linking on Windows
2012-09-05started to solve the logger dll problem on WindowsAndreas Baumann
2012-09-05split away util, logger, and moduleAndreas Baumann
made a liblogger adapted all tests
2012-09-05added Windows WinDbg log sinkAndreas Baumann
some renames and cleanups
2012-09-05fixed syslog logger on WindowsAndreas Baumann
2012-09-05added syslog logger sinkAndreas Baumann
2012-09-04pimplified logger, hides list of sinks (internal implementation)Andreas Baumann
made logger test link statically again (for valgrind and gdb)
2012-09-02prefer dynamic to static linking (linking a non-PIC .a libraryAndreas Baumann
into a module is illegal, but on Linux!)
2012-08-24forgot to accept a logger testAndreas Baumann
2012-08-24sorted out visibility issues around Logger/Singleton/scoped_ptrAndreas Baumann
added more logging tests
2012-08-22small logger fixes on WindowsAndreas Baumann
2012-08-22-Andreas Baumann
2012-08-22some log testingAndreas Baumann
2012-08-22completly rewrote the logger as singletonAndreas Baumann