UNPKG
@deskdirector/push-events
Version:
latest (3.2.8)
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.0
2.0.0
1.0.0
0.3.0
0.2.10
0.2.9
0.2.8
0.2.7
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
chat utilities for DeskDirector chat
@deskdirector/push-events
/
utils
/
logger
/
log-style.d.ts
7 lines
(6 loc)
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
LogStyle
: {
readonly
Info
:
"background: lightblue; color: black"
;
readonly
Warn
:
"background: darkorange; color: white"
;
readonly
Error
:
"background: tomato; color: white"
;
readonly
Debug
:
"background: blueviolet; color: white"
; };