Emit the message message through the logger port.
l != NULL, l must point to a valid logger_t handle created by logger_create().l must not be NULL.message must not be NULL.log callback stored in the logger handle.log callback.l == NULL, returns LOGGER_STATUS_INVALID.message == NULL, returns LOGGER_STATUS_INVALID.logger_log() exposes the borrower-facing logging operation of the logger port.logger_create().