We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
handle()
1 parent e686a14 commit 7cc7283Copy full SHA for 7cc7283
1 file changed
system/Log/Handlers/BaseHandler.php
@@ -47,17 +47,6 @@ public function canHandle(string $level): bool
47
return in_array($level, $this->handles, true);
48
}
49
50
- /**
51
- * Handles logging the message.
52
- * If the handler returns false, then execution of handlers
53
- * will stop. Any handlers that have not run, yet, will not
54
- * be run.
55
- *
56
- * @param string $level
57
- * @param string $message
58
- */
59
- abstract public function handle($level, $message): bool;
60
-
61
/**
62
* Stores the date format to use while logging messages.
63
*/
0 commit comments