0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 00:03:45 +02:00

ircd:Ⓜ️:push: Add log facility for this namespace.

This commit is contained in:
Jason Volk 2020-03-21 17:32:01 -07:00
parent 31d04f7677
commit 8445cbf83a
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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
{