Globals / LogType
Class: LogType
Enum representing the types of logs.
Hierarchy
- LogType
Index
Enumeration members
Properties
Enumeration members
DEBUG
• DEBUG: {} = “debug”
Defined in js-miniapp-bridge/src/types/log-type.ts:8
Debug log type.
ERROR
• ERROR: {} = “error”
Defined in js-miniapp-bridge/src/types/log-type.ts:18
Error log type.
INFO
• INFO: {} = “info”
Defined in js-miniapp-bridge/src/types/log-type.ts:13
Info log type.
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