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): voidParameters
| Parameter | Type | Description |
|---|---|---|
$message | string | |
$level | LogLevel | |
$prefix | string |
Generated by Hazaar API Doc Generator on Mon, 27 Oct 2025 13:01:29 +0000