MCPcopy 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

2import { config } from 'dotenv';
3
4function logFactory(scope: any) {
5 return (level: any, message: any, meta: any) => {
6 console.log(level, message, scope, meta);
7 };
8}
9
10config({ path: '../../apps/web/.env' });
11

Callers

nothing calls this directly

Calls 1

logMethod · 0.65

Tested by

no test coverage detected