ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/psr/log/src
/
opt
cpanel
ea-wappspector
vendor
rector
rector
vendor
psr
log
src
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
AbstractLogger.php
433 B
chmod
View
DL
Edit
Rename
Delete
InvalidArgumentException.php
115 B
chmod
View
DL
Edit
Rename
Delete
LoggerAwareInterface.php
251 B
chmod
View
DL
Edit
Rename
Delete
LoggerAwareTrait.php
384 B
chmod
View
DL
Edit
Rename
Delete
LoggerInterface.php
2.93 MB
chmod
View
DL
Edit
Rename
Delete
LoggerTrait.php
2.91 MB
chmod
View
DL
Edit
Rename
Delete
LogLevel.php
332 B
chmod
View
DL
Edit
Rename
Delete
NullLogger.php
686 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/psr/log/src/NullLogger.php
<?php namespace RectorPrefix202411\Psr\Log; /** * This Logger can be used to avoid conditional log calls. * * Logging should always be optional, and if no logger is provided to your * library creating a NullLogger instance to have something to throw logs at * is a good way to avoid littering your code with `if ($this->logger) { }` * blocks. */ class NullLogger extends AbstractLogger { /** * Logs with an arbitrary level. * * @param mixed[] $context * * @throws \Psr\Log\InvalidArgumentException * @param string|\Stringable $message */ public function log($level, $message, array $context = []) : void { // noop } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply