| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Handle errors from {fmt} in Log::Manager::Write. | 2025-03-28 | 1 | -1/+9 | |
| | | |||||
| * | Update copyright headers. | 2025-02-28 | 1 | -1/+1 | |
| | | |||||
| * | Don't format log messages if we can't actually log them. | 2025-01-11 | 1 | -7/+25 | |
| | | | | | | This should prevent debug messages from potentially causing performance issues on production servers. | ||||
| * | Fix rawio logs not being written after a rehash. | 2024-09-09 | 1 | -0/+3 | |
| | | |||||
| * | Update copyright headers. | 2024-09-07 | 1 | -1/+1 | |
| | | |||||
| * | Close loggers and notify opers if they throw any exceptions. | 2024-08-23 | 1 | -0/+9 | |
| | | |||||
| * | Fix formatting strings on C++20 compilers. | 2024-08-22 | 1 | -5/+5 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| | | |||||
| * | Rename the error log level to critical. | 2023-08-11 | 1 | -11/+7 | |
| | | | | | | "ERROR" is apparently defined by more than just Windows. Let's pick a different name which is less likely to cause collisions. | ||||
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -5/+5 | |
| | | |||||
| * | Replace VAFORMAT/InspIRCd::Format/... with fmt::sprintf. | 2023-01-23 | 1 | -43/+30 | |
| | | |||||
| * | Move NotifyRawIO to the Log namespace. | 2023-01-22 | 1 | -6/+6 | |
| | | |||||
| * | Fix Cloak::Method and Log::Method being needlessly Cullable. | 2023-01-18 | 1 | -1/+5 | |
| | | | | | | If a method needs to be cullable it can inherit from that type and pass Cullable::Deleter as a custom deleter to the shared_ptr. | ||||
| * | Make some functions that don't use `this` static. | 2023-01-11 | 1 | -1/+1 | |
| | | |||||
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -3/+3 | |
| | | |||||
| * | Deduplicate sending the raw I/O logging warning. | 2023-01-09 | 1 | -0/+6 | |
| | | |||||
| * | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -4/+4 | |
| | | |||||
| * | Use NOMINMAX on Windows and undefine error in the log header. | 2022-09-23 | 1 | -0/+4 | |
| | | |||||
| * | Fix more warnings discovered with -Weverything. | 2022-09-05 | 1 | -3/+1 | |
| | | |||||
| * | Fix cached log messages not having the correct timestamp. | 2022-08-23 | 1 | -3/+7 | |
| | | |||||
| * | Fix various Doxygen comment issues. | 2022-05-02 | 1 | -11/+6 | |
| | | |||||
| * | Flush logs every 15 minutes to avoid losing data. | 2022-05-02 | 1 | -0/+4 | |
| | | |||||
| * | Add a log method for stringifying a logging method. | 2022-05-02 | 1 | -0/+7 | |
| | | |||||
| * | Mark fields that take a Log::Engine* as non-null. | 2022-05-01 | 1 | -2/+2 | |
| | | |||||
| * | Rewrite the entire logging system. | 2022-05-01 | 1 | -0/+350 | |
| - Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules. | |||||
