EchoWriter
Less than 1 minute
EchoWriter
EchoWriter class for writing log messages to the standard output.
class EchoWriter implements \Hazaar\Warlock\Logger\LogWriterThis 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 Fri, 05 Jun 2026 06:08:15 +0000