Skip to content
Snippets Groups Projects
  • Alexey Rusakov's avatar
    7258cf6b
    Split out logging categories definitions · 7258cf6b
    Alexey Rusakov authored
    The header logging.h mixed client-facing and library-internal things.
    This commit puts library-internal things (which happened to be
    definitions of logging categories and nothing else) into
    logging_categories_p.h and client-facing things landed in util.h as
    there not many of them (a couple of debug manipulators and operator<<
    overloads).
    7258cf6b
    History
    Split out logging categories definitions
    Alexey Rusakov authored
    The header logging.h mixed client-facing and library-internal things.
    This commit puts library-internal things (which happened to be
    definitions of logging categories and nothing else) into
    logging_categories_p.h and client-facing things landed in util.h as
    there not many of them (a couple of debug manipulators and operator<<
    overloads).