27 lines
532 B
C++
27 lines
532 B
C++
#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
|