v1.0.0
English
▼
Slovenčina
Čeština
Deutsch
Polski
Português
Русский
Українська
हिन्दी
فارسی
Home
›
system
›
Log
›
Handlers
›
HandlerInterface_php
HandlerInterface.php
system/Log/Handlers/HandlerInterface.php
3 fn
handle
($level, $message)
function
Handles logging the message. If the handler returns false, then execution of handlers will stop. Any handlers that have not run, yet, will not be run.
Parameters
string
$level
string
$message
View Source
Copy
canHandle
(string $level)
function
Checks whether the Handler will handle logging items of this log Level.
View Source
Copy
setDateFormat
(string $format)
function
Sets the preferred date format to use when logging.
return
HandlerInterface
View Source
Copy
phpDG v1.0.0
HandlerInterface.php
662 files
498 classes
763 fn
Generated