4irbnb

Replicating airbnb following the atomic design principles...

View the Project on GitHub kokiebisu/4irbnb

Home > @nextbnb/utils > Logger

Logger class

Signature:

export declare class Logger 

Constructors

Constructor Modifiers Description
(constructor)({ service, level, requestId, environment })   Constructs the Logger instance

Properties

Property Modifiers Type Description
output   (type: TLoggerLevel, args: winston.LogEntry) => void