esa / NASA-breakup-model-cpp

A validated modern C++ implementation of the NASA Standard Breakup Model
GNU General Public License v3.0
11 stars 2 forks source link

Use custom logger #2

Open FG-TUM opened 2 years ago

FG-TUM commented 2 years ago

Description

Currently, the breakup model uses spdlog's default logger. Therefore it is not trivial to silence it in a project that uses spdlog too and doe not what to silence all loggers.

Suggested Solution

Use a named logger with a sensible name. Maybe also offer functions to directly access it.