logApp method

void logApp(
  1. dynamic logObject
)
inherited

Logs the data from the app-side

Implementation

void logApp(dynamic logObject) => log(logObject, initial: initialApp);