ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/psr/log/src
/
opt
cpanel
ea-wappspector
vendor
psr
log
src
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
AbstractLogger.php
414 B
chmod
View
DL
Edit
Rename
Delete
InvalidArgumentException.php
96 B
chmod
View
DL
Edit
Rename
Delete
LoggerAwareInterface.php
297 B
chmod
View
DL
Edit
Rename
Delete
LoggerAwareTrait.php
426 B
chmod
View
DL
Edit
Rename
Delete
LoggerInterface.php
3.26 MB
chmod
View
DL
Edit
Rename
Delete
LoggerTrait.php
3.56 MB
chmod
View
DL
Edit
Rename
Delete
LogLevel.php
336 B
chmod
View
DL
Edit
Rename
Delete
NullLogger.php
732 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/psr/log/src/NullLogger.php
<?php namespace 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 $level * @param string|\Stringable $message * @param array $context * * @return void * * @throws \Psr\Log\InvalidArgumentException */ public function log($level, string|\Stringable $message, array $context = []) { // 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