Seafire-Server/seafire/server/diagnostics.hxx

27 lines
532 B
C++
Raw Permalink Normal View History

2025-03-07 02:25:54 +01:00
#ifndef seafire__server__diagnostics_hxx_
#define seafire__server__diagnostics_hxx_
#include <seafire/common/diagnostics.hxx>
namespace seafire::server
{
common::diagnostics_t::category_t const&
server_category();
common::diagnostics_t::category_t const&
supervisor_category();
common::diagnostics_t::category_t const&
session_category();
common::diagnostics_t::category_t const&
transaction_category();
common::diagnostics_t::category_t const&
request_category();
} // namespace seafire::server
#endif