OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
monolog
/
monolog
/
doc
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:34:19 AM
rwxr-xr-x
📄
01-usage.md
10.09 KB
08/12/2024 10:33:27 AM
rw-r--r--
📄
02-handlers-formatters-processors.md
20.29 KB
08/12/2024 10:33:27 AM
rw-r--r--
📄
03-utilities.md
943 bytes
08/12/2024 10:33:27 AM
rw-r--r--
📄
04-extending.md
2.53 KB
08/12/2024 10:33:27 AM
rw-r--r--
📄
message-structure.md
2.25 KB
08/12/2024 10:33:27 AM
rw-r--r--
📄
sockets.md
1.03 KB
08/12/2024 10:33:27 AM
rw-r--r--
Editing: 03-utilities.md
Close
# 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) →