LVWARN function

void LVWARN(
  1. Object? m
)

Log to LogView

Implementation

void LVWARN(Object? m)   => _LogHistory.instance.warn(m.toString());