Compare commits

...

4 Commits

3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
9.6.2
9.7.1

View File

@@ -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,

View File

@@ -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
);