ALIAS
elog()
ShortPHP reference for error_log().
Signature
error_log(string $message, int $message_type = 0, ?string $destination = null, ?string $additional_headers = null): bool
Example
elog(...);PHP equivalent
error_log() is the canonical PHP function. ShortPHP provides elog() as the convenience alias.
Extension: Core