irccd  3.0.3
Static Public Member Functions | List of all members
irccd::daemon::logger::type_traits< rule > Struct Reference

Specialization for rule. More...

#include <rule_service.hpp>

Static Public Member Functions

static auto get_category (const rule &rule) -> std::string_view
 
static auto get_component (const rule &rule) -> std::string_view
 

Detailed Description

Specialization for rule.

Member Function Documentation

◆ get_category()

static auto irccd::daemon::logger::type_traits< rule >::get_category ( const rule rule) -> std::string_view
static

Get 'rule' category.

Parameters
rulethe rule
Returns
rule

◆ get_component()

static auto irccd::daemon::logger::type_traits< rule >::get_component ( const rule rule) -> std::string_view
static

Returns nothing for the moment.

Parameters
rulethe rule
Returns
nothing

The documentation for this struct was generated from the following file: