Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f90bd193d9 | ||
|
|
0e31180868 |
@@ -96,7 +96,7 @@ final class CoreLibsLoggingErrorMessagesTest extends TestCase
|
||||
'log_level' => Level::Debug,
|
||||
]);
|
||||
$em = new \CoreLibs\Logging\ErrorMessage($log);
|
||||
$em->setErrorMsgLevel(
|
||||
$em->setMessage(
|
||||
$level,
|
||||
$str
|
||||
);
|
||||
|
||||
@@ -110,7 +110,7 @@ class ErrorMessage
|
||||
* @param string|null $message If abort/crash, non localized $str
|
||||
* @param array<mixed> $context Additionl info for abort/crash messages
|
||||
*/
|
||||
public function setErrorMsgLevel(
|
||||
public function setMessage(
|
||||
string $level,
|
||||
string $str,
|
||||
?string $error_id = null,
|
||||
|
||||
Reference in New Issue
Block a user