UNPKG
sealights-playwright-plugin
Version:
latest (2.0.127)
2.0.127
2.0.125
2.0.124
2.0.121
2.0.120
2.0.119
2.0.118
2.0.113
2.0.109
2.0.102
2.0.92
Playwright plugin for Sealights integration.
sealights-playwright-plugin
/
tsOutputs
/
src
/
utils
/
logger.js
5 lines
•
224 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
slnodejs_1 =
require
(
"slnodejs"
);
exports
.
default
= slnodejs_1.
LoggerFactory
.
getCreateApplicationLogger
();
//# sourceMappingURL=logger.js.map