Skip to content

Don't depend on spdlog for fmt::format #975

@htuch

Description

@htuch

There's a number of places where we depend on spdlog just to get at the string formatter fmt::format. This is not actually part of spdlog, it's from https://github.com/fmtlib/fmt, which spdlog bundles. In the interest of logging abstraction down the track, we should make the dependency more explicit and import fmtlib/fmt directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions