EchoWriter
Less than 1 minute
EchoWriter
EchoWriter class for writing log messages to the standard output.
This class extends the Logger class and overrides the write method to output log messages directly to the console.
Methods
write
Writes a log message to the standard output.
public write(string $message, ?LogLevel $level, ?string $prefix): void
Parameters
Parameter | Type | Description |
---|---|---|
$message | string | |
$level | LogLevel | |
$prefix | string |
Generated by Hazaar API Doc Generator on Wed, 25 Jun 2025 06:07:12 +0000