CliLogger
class CliLogger implements Logger
Properties
| protected Factory | $components | The components factory instance. |
Methods
void
info(string $title, string|null $message = null)
Log an informational message.
void
error(string $message)
Log an error message.
void
message(string $message)
Log a message sent to the server.
void
line(int $lines = 1)
Append a new line to the log.
Details
at line 23
__construct(OutputStyle $output)
Create a new CLI logger instance.
at line 31
void
info(string $title, string|null $message = null)
Log an informational message.
at line 39
void
error(string $message)
Log an error message.
at line 47
void
message(string $message)
Log a message sent to the server.
at line 69
void
line(int $lines = 1)
Append a new line to the log.