aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_log_syslog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings noticed by the readability-* clang-tidy checkers.Gravatar Sadie Powell2022-09-031-1/+1
* Fix cached log messages not having the correct timestamp.Gravatar Sadie Powell2022-08-231-1/+1
* Modernize various minor legacy C++isms.Gravatar Sadie Powell2022-07-301-1/+1
* Add more null checks to log_sql and log_syslog.Gravatar Sadie Powell2022-05-021-1/+1
* Kill an unnecessary accessibility keyword.Gravatar Sadie Powell2022-05-021-1/+0
* Rewrite the entire logging system.•••- 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. Gravatar Sadie Powell2022-05-011-0/+94