MCPcopy Create free account
hub / github.com/log4js-node/log4js-node / layout

Function layout

lib/layouts.js:483–485  ·  view source on GitHub ↗
(name, config)

Source from the content-addressed store, hash-verified

481 layoutMakers[name] = serializerGenerator;
482 },
483 layout(name, config) {
484 return layoutMakers[name] && layoutMakers[name](config);
485 },
486};

Callers 3

testPatternFunction · 0.50
layouts-test.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected