error<E> method
错误日志
Implementation
void error<E>(dynamic message, {String? tag, E? exception}) {
_iLogger?.printLog(Level.error, message, tag: tag ?? "", stackTrace: StackTrace.current, exception: exception);
}
错误日志
void error<E>(dynamic message, {String? tag, E? exception}) {
_iLogger?.printLog(Level.error, message, tag: tag ?? "", stackTrace: StackTrace.current, exception: exception);
}