logException static method
Alias for logHandledException
Implementation
static Future<void> logException(dynamic exception,
    [dynamic stackTrace]) async {
  return logHandledException(exception, stackTrace);
}Alias for logHandledException
static Future<void> logException(dynamic exception,
    [dynamic stackTrace]) async {
  return logHandledException(exception, stackTrace);
}