| Assertion macros | In the debug build, use assertion macros to terminate the application and log the error message when the assertion is failed |
| Default loggers | The default loggers |
| Logging macros | Use logging macros to write messages to the log |
| Log category utility macros | Use these macros to define new log categories and operate on existing ones |
| Log categories | Default log categories |
| Log level utility macros | Use these macros to define new log levels and operate on defined log levels |
| Log levels | Log levels are aimed to classify log messages by the severity of the information they carry |
| Default logArgumentToString specializations | Logging subsystem specialization of logArgumentToString for user defined types |