@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
17 lines (16 loc) • 566 B
JSON
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld",
"@graph": [
{
"comment": [
"Sets up the global logging factory which is necessary for logging.",
"This needs to happen before any other activity takes places, since all other components depend on logging."
],
"@id": "urn:solid-server:default:LoggerInitializer",
"@type": "LoggerInitializer",
"loggerFactory": {
"@id": "urn:solid-server:default:LoggerFactory"
}
}
]
}