Spring Hire Sale
Limited Time Deal: Unlock all premium questions for over 30% off
$10.42$7.08
08
:
03
:
13
:
49
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. ...