We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8900466 commit 690a10dCopy full SHA for 690a10d
src/Watchers/LogWatcher.php
@@ -6,12 +6,14 @@
6
7
use Illuminate\Contracts\Foundation\Application;
8
use Illuminate\Log\Events\MessageLogged;
9
+use Illuminate\Log\LogManager;
10
use OpenTelemetry\API\Instrumentation\CachedInstrumentation;
11
use OpenTelemetry\API\Logs\LogRecord;
12
use OpenTelemetry\API\Logs\Map\Psr3;
13
14
class LogWatcher extends Watcher
15
{
16
+ private LogManager $logger;
17
public function __construct(
18
private CachedInstrumentation $instrumentation,
19
) {
0 commit comments