Skip to content

Home > @esengine/ecs-framework-monorepo > ConsoleLogger > fatal

ConsoleLogger.fatal() method

输出致命错误级别日志

Signature:

typescript
fatal(message: string, ...args: unknown[]): void;

Parameters

Parameter

Type

Description

message

string

日志消息

args

unknown[]

附加参数

Returns:

void

基于 MIT 许可证发布