-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 5.0.0
-
Component/s: None
Description
The parent task defines and implements the emergency logger. The remaining eight of the nine loggers will follow the same general format.
Acceptance Criteria
- Implement the following severity logging methods
- error
- warning
- info
- debug
- trace
- Remove the emergency logging method
The remaining severity loggers should:
- only get called when the severity is less than or equal to itself for the corresponding component
- make use of a private helper defined in the parent task
Testing
Unskip relevant tests added in NODE-5169
- has to be done after
-
NODE-4813 Implement the severity logging methods
- Closed