Replicating airbnb following the atomic design principles...
Home > @nextbnb/utils > Logger
Signature:
export declare class Logger
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ service, level, requestId, environment }) | Constructs the Logger instance |
Property | Modifiers | Type | Description |
---|---|---|---|
output | (type: TLoggerLevel, args: winston.LogEntry) => void |