Skip to content

Home > llm-ops > LLM > log

LLM.log() method

日志输出。

Signature:

typescript
static log(...args: string[]): void;
static log(...args: string[]): void;

Parameters

ParameterTypeDescription
argsstring[]要输出的内容。

Returns:

void

Released under the MIT License.