Properties
Static
Readonly
eventError
event
Error
: ListenableEvent<{ error
?: unknown; message
: string; }, null> = ...
Static
Readonly
eventWarn
Methods
Static
debug
- debug(pMsg: string): void
-
Returns void
Static
error
- error(pMsg: string, pError?: unknown): void
-
Parameters
-
pMsg: string
-
Optional
pError: unknown
Returns void
Static
info
- info(pMsg: string): void
-
Returns void
Static
warn
- warn(pMsg: string): void
-
Returns void