mirror of
https://github.com/appium/appium.git
synced 2026-01-28 05:09:10 -06:00
7 lines
102 B
JavaScript
7 lines
102 B
JavaScript
import { logger } from 'appium-support';
|
|
|
|
|
|
let log = logger.getLogger('Appium');
|
|
|
|
export default log;
|