mirror of
https://github.com/matrix-construct/construct
synced 2025-03-13 21:10:32 +01:00
ircd:Ⓜ️:push: Add log facility for this namespace.
This commit is contained in:
parent
31d04f7677
commit
8445cbf83a
2 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,8 @@ namespace ircd::m::push
|
|||
string_view make_type(const mutable_buffer &, const path &);
|
||||
path make_path(const string_view &type, const string_view &state_key);
|
||||
path make_path(const event &);
|
||||
|
||||
extern log::log log;
|
||||
}
|
||||
|
||||
struct ircd::m::push::match
|
||||
|
|
|
@ -8,6 +8,12 @@
|
|||
// copyright notice and this permission notice is present in all copies. The
|
||||
// full license for this software is available in the LICENSE file.
|
||||
|
||||
decltype(ircd::m::push::log)
|
||||
ircd::m::push::log
|
||||
{
|
||||
"m.push"
|
||||
};
|
||||
|
||||
decltype(ircd::m::push::pusher::type_prefix)
|
||||
ircd::m::push::pusher::type_prefix
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue