js-miniapp-sdk

Globals / LogType

Class: LogType

Hierarchy

Index

Properties

Properties

icon

Readonly icon: string

Defined in js-miniapp-bridge/src/common-log.ts:46


type

Readonly type: string

Defined in js-miniapp-bridge/src/common-log.ts:46


debug

Static Readonly debug: LogType = new LogType(‘debug’, ‘📘’)

Defined in js-miniapp-bridge/src/common-log.ts:41


error

Static Readonly error: LogType = new LogType(‘error’, ‘📕’)

Defined in js-miniapp-bridge/src/common-log.ts:44


log

Static Readonly log: LogType = new LogType(‘log’, ‘📗’)

Defined in js-miniapp-bridge/src/common-log.ts:42


warn

Static Readonly warn: LogType = new LogType(‘warning’, ‘📙’)

Defined in js-miniapp-bridge/src/common-log.ts:43