DdxLogger.exception constructor

DdxLogger.exception(
  1. Exception exception, {
  2. int? errorMethodCount,
})

Implementation

factory DdxLogger.exception(Exception exception, {int? errorMethodCount}) = ExceptionLogger;