From fd27759d8da93ce69fd294d9646762690c221be5 Mon Sep 17 00:00:00 2001
From: felixguendling
Date: Tue, 21 Jan 2025 11:36:58 +0000
Subject: [PATCH] deploy: 2d8b992e23ecf7dcd0742420e92fac4a7c290d4e
---
index.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
index 2521a31..e6923b2 100644
--- a/index.html
+++ b/index.html
@@ -126,7 +126,7 @@ API details
-
-inline void attrs(std::initializer_list<std::pair<std::string_view, std::string_view>> &&attrs)
+inline void attrs(std::initializer_list<std::pair<std::string_view, std::string_view>> &&attrs)
Add key-values metadata.
@@ -135,19 +135,19 @@ API detailsstruct log_debug : public utl::log<log_level::debug, Args...>
Produce a new DEBUG log line.
-
-template<typename ...Args>
struct log_info : public utl::log<log_level::info, Args...>
+template<typename ...Args>
struct log_info : public utl::log<log_level::info, Args...>
Produce a new INFO log line.
-
-template<typename ...Args>
struct log_error : public utl::log<log_level::error, Args...>
+template<typename ...Args>
struct log_error : public utl::log<log_level::error, Args...>
Produce a new ERROR log line.