Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ logFactory
Function
logFactory
packages/maintenance/src/remove-community.ts:4–8 ·
view source on GitHub ↗
(scope: any)
Source
from the content-addressed store, hash-verified
2
import
{ config } from
'dotenv'
;
3
4
function
logFactory(scope: any) {
5
return
(level: any, message: any, meta: any) => {
6
console.log(level, message, scope, meta);
7
};
8
}
9
10
config({ path:
'../../apps/web/.env'
});
11
Callers
nothing calls this directly
Calls
1
log
Method · 0.65
Tested by
no test coverage detected