kLogErr function

void kLogErr(
  1. dynamic m
)

Implementation

void kLogErr(dynamic m){
  Logger().e(m);
}