Cleanup logger
Summary: Some cleanup around Logger, like renaming `getInstance` -> `getLogger` Reviewed By: aigoncharov Differential Revision: D31480828 fbshipit-source-id: d2fa9dc2b45bc34d846d45e396a74b80906d3ad5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
91d96774f6
commit
51bfc8f05d
@@ -8,13 +8,13 @@
|
||||
*/
|
||||
|
||||
import os from 'os';
|
||||
import isProduction, {isTest} from './isProduction';
|
||||
import isProduction from './isProduction';
|
||||
import fs from 'fs-extra';
|
||||
import {getStaticPath} from './pathUtils';
|
||||
import type {State, Store} from '../reducers/index';
|
||||
import {deconstructClientId} from './clientUtils';
|
||||
import {sideEffect} from './sideEffect';
|
||||
import {Logger} from 'flipper-common';
|
||||
import {Logger, isTest} from 'flipper-common';
|
||||
|
||||
type PlatformInfo = {
|
||||
arch: string;
|
||||
|
||||
Reference in New Issue
Block a user