LVLOG function

void LVLOG(
  1. Object? m
)

Log to LogView

Implementation

void LVLOG(Object? m)    => _LogHistory.instance.info(m.toString());