LVINFO function

void LVINFO(
  1. Object? m
)

Log to LogView

Implementation

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