errorLog function

void errorLog(
  1. Object txt, {
  2. bool jsonFormart = false,
})

Implementation

void errorLog(Object txt, {bool jsonFormart = false}) => YimLog().errorLog(txt, jsonFormart: jsonFormart);