MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / log_message

Function log_message

tests/fixtures/sample.php:16–19  ·  view source on GitHub ↗

* Log a message using the provided logger. */

(string $message)

Source from the content-addressed store, hash-verified

14 * Log a message using the provided logger.
15 */
16function log_message(string $message): void
17{
18 error_log($message);
19}
20
21/**
22 * Defines the contract for network connections.

Callers 2

logMethod · 0.85
connectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected