We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63ee6a commit df5197cCopy full SHA for df5197c
1 file changed
Behavior/Internal/LogWriter/Formatter.php
@@ -4,6 +4,9 @@
4
5
namespace OpenTelemetry\API\Behavior\Internal\LogWriter;
6
7
+/**
8
+ * @todo print $context
9
+ */
10
class Formatter
11
{
12
public static function format($level, string $message, array $context): string
0 commit comments