@lelantos-org/sdk / log / getLogger
Function: getLogger() โ
ts
function getLogger(ns): Logger;Defined in: @lelantos-org/sdk/dist/log/logger.d.ts:61
Logger for a namespace. Cheap to call at module scope โ construction allocates one object and touches no global state.
Parameters โ
| Parameter | Type |
|---|---|
ns | string |