log_error_once# langchain_core.tracers.langchain.log_error_once(method: str, exception: Exception) → None[源代码]# 记录一次错误。 Parameters: method (str) – 引发异常的方法。 exception (Exception) – 引发的异常。 Return type: 无