UNPKG
@lxdhub/common
Version:
latest (1.10.3)
unstable (1.10.6-alpha.16)
1.10.6-alpha.16
1.10.6-alpha.4
1.10.3
1.10.3-alpha.1
1.10.2
1.10.2-alpha.42
1.10.1
1.10.0
1.9.2-0
1.9.1
1.9.0
1.8.1
1.8.0
1.7.1
1.7.0
1.6.0
1.4.0
1.3.0
1.0.1
1.0.0
Display, search and copy LXD-images using a web interface.
github.com/Roche/lxdhub
Roche/lxdhub
@lxdhub/common
/
lib
/
log
/
log.type.d.ts
2 lines
(1 loc)
•
89 B
TypeScript
View Raw
1
2
export
declare
type
LogType =
'error'
|
'warn'
|
'info'
|
'verbose'
|
'debug'
|
'silly'
;