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 Tue, 21 Apr 2026 04:00:25 +0000