v static method
Implementation
static void v(dynamic message, {String? tag}) {
_logger.v(tag?.isNotEmpty == true ? "[$tag] $message" : message);
}
static void v(dynamic message, {String? tag}) {
_logger.v(tag?.isNotEmpty == true ? "[$tag] $message" : message);
}