- Revamps logging helpers and aligns them with Python's `logging` module.
- Remove `extra_basic_config`.
- Adds new `extraBasicConfig`, and aligns it with Python's `basicConfig`.
- Replace `ExtraLogFormatter` with `ExtraFormatter`.
- Replace `ExtraLogHandler` with `ExtraStreamHandler`.
- Add new `new_extra_logger` helper.
- Rewrite the logging documentation with all use-cases and custom configuration examples. Closes {issue}`989`.
- Removes old platforms page from documentation.