Rename the error log level to critical.•••"ERROR" is apparently defined by more than just Windows. Let's
pick a different name which is less likely to cause collisions.
Sadie Powell
2023-08-11
1
-10/+10
*
Refactor the ServerConfig class.•••All fields are now ordered in the most memory efficient way and all
public fields use the correct case. Every member has been redocumented
to match the current documentation style.
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.