Skip to content

ECS Framework API v2.2.13


ECS Framework API / LoggerColorConfig

Interface: LoggerColorConfig

Defined in: packages/core/src/Utils/Logger/Types.ts:17

日志颜色配置接口

Properties

debug?

optional debug: string

Defined in: packages/core/src/Utils/Logger/Types.ts:18


info?

optional info: string

Defined in: packages/core/src/Utils/Logger/Types.ts:19


warn?

optional warn: string

Defined in: packages/core/src/Utils/Logger/Types.ts:20


error?

optional error: string

Defined in: packages/core/src/Utils/Logger/Types.ts:21


fatal?

optional fatal: string

Defined in: packages/core/src/Utils/Logger/Types.ts:22


reset?

optional reset: string

Defined in: packages/core/src/Utils/Logger/Types.ts:23

Released under the MIT License.