We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97f167 commit 3ebd06bCopy full SHA for 3ebd06b
README.md
@@ -34,8 +34,7 @@ BuffLog::debug("some context", ["my key" => " my value"]);
34
BuffLog::info("I am a info with context", ["my key" => " my value"]);
35
BuffLog::warning("I am a warning", ["duration" => "40ms"]);
36
37
-BuffLog::critical("I'm critical log, here some extra fancy informations",
38
- [
+BuffLog::critical("I'm critical log, here some extra fancy informations", [
39
"duration" => "40ms",
40
"services_related" => [
41
"Twitter",
0 commit comments