EchoWriter
Less than 1 minute
EchoWriter
EchoWriter class for writing log messages to the standard output.
class EchoWriter implements \Hazaar\Warlock\Interface\LogWriterImplements: Hazaar\Warlock\Interface\LogWriter
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): voidReturns: void
Parameters
| Parameter | Type | Description |
|---|---|---|
$message | string | |
$level | Hazaar\Warlock\Enum\LogLevel | |
$prefix | string |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:17 +0000