Dumps a message with a tag.
message
static dump(dynamic message, String? tag, {bool alwaysPrint = false}) { _loggerPrint(message ?? "", tag, alwaysPrint); }