</>OfferRetriever
DashboardDiscuss
NEW

July 4th Sale

Limited Time Deal: Unlock all premium questions for over 40% off

$10.42$6.25

10

:

09

:

30

:

21

Get this deal
Back to Dashboard

[AI Enabled Coding] Design Logger

Hard

Question

You need to design a logger library for a new application. The design should be able to allow us to easily add future loggers, like a db logger to make a new connection and store the log in a database or a logger that sends the messages to an api endpoint. The interface for adding handlers to the logger is up to you. ...