Minor correction
This commit is contained in:
parent
cdf3eae890
commit
d64088fa8a
1 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@
|
||||||
use LogLib\Objects\Event;
|
use LogLib\Objects\Event;
|
||||||
use LogLib\Objects\Options;
|
use LogLib\Objects\Options;
|
||||||
use LogLib\Objects\RuntimeOptions;
|
use LogLib\Objects\RuntimeOptions;
|
||||||
use Properties\Exceptions\ReconstructException;
|
|
||||||
use Throwable;
|
use Throwable;
|
||||||
|
|
||||||
class Log
|
class Log
|
||||||
|
@ -99,7 +98,6 @@
|
||||||
* @param string|null $message The message of the event
|
* @param string|null $message The message of the event
|
||||||
* @param Throwable|null $throwable The exception that was thrown, if any
|
* @param Throwable|null $throwable The exception that was thrown, if any
|
||||||
* @return void
|
* @return void
|
||||||
* @throws ReconstructException
|
|
||||||
*/
|
*/
|
||||||
private static function log(string $application_name, string $level=LevelType::Info, ?string $message=null, ?Throwable $throwable=null): void
|
private static function log(string $application_name, string $level=LevelType::Info, ?string $message=null, ?Throwable $throwable=null): void
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue