Skip to content

ECS Framework API v2.1.50


ECS Framework API / LoggerColorConfig

Interface: LoggerColorConfig

Defined in: Utils/Logger.ts:27

日志颜色配置接口

Properties

debug?

optional debug: string

Defined in: Utils/Logger.ts:28


info?

optional info: string

Defined in: Utils/Logger.ts:29


warn?

optional warn: string

Defined in: Utils/Logger.ts:30


error?

optional error: string

Defined in: Utils/Logger.ts:31


fatal?

optional fatal: string

Defined in: Utils/Logger.ts:32


reset?

optional reset: string

Defined in: Utils/Logger.ts:33

Released under the MIT License.