UNPKG
@appium/logger
Version:
latest (2.0.1)
rc (2.0.0-rc.1)
2.0.1
2.0.0
2.0.0-rc.1
1.7.1
1.7.0
1.6.1
1.6.0
1.5.0
1.4.2
1.4.1
1.3.0
1.2.0
1.1.0
A Universal Logger For The Appium Ecosystem
appium.io
appium/appium
@appium/logger
/
index.ts
7 lines
(5 loc)
•
141 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
{ markSensitive }
from
'./lib/log'
;
export
type
*
from
'./lib/types'
;
import
log
from
'./lib/log'
;
export
{log};
export
default
log;