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:
Michel Weststrate
2021-10-12 15:59:44 -07:00
committed by Facebook GitHub Bot
parent 91d96774f6
commit 51bfc8f05d
25 changed files with 201 additions and 165 deletions

View File

@@ -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"
}
]
}