Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.135.201.190
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-test /
vendor /
monolog /
monolog /
doc /
Delete
Unzip
Name
Size
Permission
Date
Action
01-usage.md
8.28
KB
-rw-r--r--
2018-11-05 09:00
02-handlers-formatters-processors.md
9.82
KB
-rw-r--r--
2018-11-05 09:00
03-utilities.md
928
B
-rw-r--r--
2018-11-05 09:00
04-extending.md
2.11
KB
-rw-r--r--
2018-11-05 09:00
sockets.md
1023
B
-rw-r--r--
2018-11-05 09:00
Save
Rename
# Utilities - _Registry_: The `Monolog\Registry` class lets you configure global loggers that you can then statically access from anywhere. It is not really a best practice but can help in some older codebases or for ease of use. - _ErrorHandler_: The `Monolog\ErrorHandler` class allows you to easily register a Logger instance as an exception handler, error handler or fatal error handler. - _SignalHandler_: The `Monolog\SignalHandler` class allows you to easily register a Logger instance as a POSIX signal handler. - _ErrorLevelActivationStrategy_: Activates a FingersCrossedHandler when a certain log level is reached. - _ChannelLevelActivationStrategy_: Activates a FingersCrossedHandler when a certain log level is reached, depending on which channel received the log record. ← [Handlers, Formatters and Processors](02-handlers-formatters-processors.md) | [Extending Monolog](04-extending.md) →