Saúl Ibarra Corretgé 5a934c071a logging: use individual, names loggers
React Native doesn't define __filename nor __dirname so do it artisanally. In
addition, this helps with centralizing the configuration passed to loggers.
2019-08-23 10:57:38 +02:00

6 lines
110 B
JavaScript

// @flow
import { getLogger } from '../logging/functions';
export default getLogger('features/base/media');