Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
vonage
/
client-core
/
src
/
Logger
Location:
/home/zoteqbgb/public_html/vendor/vonage/client-core/src/Logger
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: LoggerAwareInterface.php
<?php namespace Vonage\Logger; use Psr\Log\LoggerInterface; interface LoggerAwareInterface { public function getLogger(): ?LoggerInterface; /** * @param string|int $level Level of message that we are logging * @param array<mixed> $context Additional information for context */ public function log($level, string $message, array $context = []): void; /** * @return self */ public function setLogger(LoggerInterface $logger); }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
LoggerAwareInterface.php
476 bytes
0644
2023-10-02 14:26
âï¸
ðï¸
Rename
LoggerTrait.php
716 bytes
0644
2023-10-02 14:26
âï¸
ðï¸
Rename
Chang
Apply