interface DebuggerInterface
deprecated
since version 2.4, to be removed in 3.0. Use Psr\Log\LoggerInterface instead.
DebuggerInterface is the interface you need to implement to debug template loader instances.
Methods
log(string $message) Logs a message. |
Details
log(string $message)
Logs a message.
Please login to continue.