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
@@ -1,28 +1,46 @@
|
||||
{
|
||||
"references": [
|
||||
{
|
||||
"path": "../babel-transformer"
|
||||
},
|
||||
{
|
||||
"path": "../plugin-lib"
|
||||
},
|
||||
{
|
||||
"path": "../flipper-plugin"
|
||||
},
|
||||
{
|
||||
"path": "../pkg"
|
||||
},
|
||||
{
|
||||
"path": "../pkg-lib"
|
||||
},
|
||||
{
|
||||
"path": "../doctor"
|
||||
},
|
||||
{
|
||||
"path": "../eslint-plugin-flipper"
|
||||
},
|
||||
{
|
||||
"path": "../test-utils"
|
||||
}
|
||||
]
|
||||
"references": [
|
||||
{
|
||||
"path": "../babel-transformer"
|
||||
},
|
||||
{
|
||||
"path": "../plugin-lib"
|
||||
},
|
||||
{
|
||||
"path": "../flipper-common"
|
||||
},
|
||||
{
|
||||
"path": "../flipper-dump"
|
||||
},
|
||||
{
|
||||
"path": "../flipper-plugin"
|
||||
},
|
||||
{
|
||||
"path": "../flipper-server"
|
||||
},
|
||||
{
|
||||
"path": "../flipper-server-core"
|
||||
},
|
||||
{
|
||||
"path": "../flipper-ui-browser"
|
||||
},
|
||||
{
|
||||
"path": "../flipper-ui-core"
|
||||
},
|
||||
{
|
||||
"path": "../pkg"
|
||||
},
|
||||
{
|
||||
"path": "../pkg-lib"
|
||||
},
|
||||
{
|
||||
"path": "../doctor"
|
||||
},
|
||||
{
|
||||
"path": "../eslint-plugin-flipper"
|
||||
},
|
||||
{
|
||||
"path": "../test-utils"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user