mirror of
https://github.com/appium/appium.git
synced 2026-04-23 20:11:08 -05:00
133db5355f
this reformats all `.js`, `.ts`, and `.d.ts` files.
5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
import {logger} from '@appium/support';
|
|
|
|
const log = logger.getLogger('HTTP');
|
|
export default log;
|