Logs the given message with the corresponding event and tag.
message
event
tag
void eventFluxLog(String message, LogEvent event, String? tag) { log('${_getEmoji(event)} $message', name: tag ?? 'EventFlux'); }