fixed bugs for setup, added messages table
This commit is contained in:
@@ -42,6 +42,11 @@ class Logger {
|
||||
$this->log('WARNING', $msg);
|
||||
}
|
||||
|
||||
// Alias
|
||||
public function warn(string $msg): void {
|
||||
$this->log('WARNING', $msg);
|
||||
}
|
||||
|
||||
public function error(string $msg): void {
|
||||
$this->log('ERROR', $msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user