Replicating airbnb following the atomic design principles...
Home > @nextbnb/utils > Logger > (constructor)
Constructs the Logger instance
Signature:
constructor({ service, level, requestId, environment }: ILogger);
Parameter | Type | Description |
---|---|---|
{ service, level, requestId, environment } | ILogger |