UNPKG
appium-ios-device
Version:
latest (3.1.0)
3.1.0
3.0.1
3.0.0
2.9.0
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.27
2.7.26
2.7.25
2.7.24
2.7.23
2.7.22
2.7.21
2.7.20
2.7.19
2.7.18
2.7.17
2.7.16
2.7.15
2.7.14
2.7.13
2.7.12
2.7.11
2.7.10
2.7.9
2.7.8
2.7.7
2.7.6
2.7.5
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.1
2.6.0
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.12
2.4.11
2.4.10
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.8.0
1.7.1
1.7.0
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.12.1
0.12.0
0.11.0
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.0
0.7.2
0.7.1
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Appium API for dealing with iOS devices
github.com/appium/appium-ios-device
appium/appium-ios-device
appium-ios-device
/
build
/
lib
/
logger.js
6 lines
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
log
=
void
0
;
const
support_1 =
require
(
"@appium/support"
);
exports
.
log
= support_1.
logger
.
getLogger
(
'ios-device'
);
//# sourceMappingURL=logger.js.map