logger.js 112 B

12345
  1. import { logger } from '@appium/support';
  2. const log = logger.getLogger('WebDriverAgent');
  3. export default log;