onLogReport method

FutureOr<void> onLogReport(
  1. String logType,
  2. dynamic logContent
)

@detail callback @author chenweiming.push @brief Callback this event when logging is reported. @param logType
Log type. @param logContent
Log content.

Implementation

FutureOr<void> onLogReport(String logType, JSONObject logContent) async {}