private int $level = 'E_ERROR'
private array $message_buffer
public __construct(string $level, ?string $backend, array $backend_options = []): void
Parameter | Type | Description |
---|
$level | string | |
$backend | string | |
$backend_options | array | |
public initialise(array $config): void
Parameter | Type | Description |
---|
$config | array | |
public write(string $message, int $level = 'E_NOTICE', ?string $tag): void
Parameter | Type | Description |
---|
$message | string | |
$level | int | |
$tag | string | |
public e(string $message, ?string $tag): void
Parameter | Type | Description |
---|
$message | string | |
$tag | string | |
public w(string $message, ?string $tag): void
Parameter | Type | Description |
---|
$message | string | |
$tag | string | |
public n(string $message, ?string $tag): void
Parameter | Type | Description |
---|
$message | string | |
$tag | string | |
public i(string $message, ?string $tag): void
Parameter | Type | Description |
---|
$message | string | |
$tag | string | |
public d(string $message, ?string $tag): void
Parameter | Type | Description |
---|
$message | string | |
$tag | string | |
public writeLog(string $message, int $level = 'E_NOTICE', ?string $tag): void
Parameter | Type | Description |
---|
$message | string | |
$level | int | |
$tag | string | |
Generated by Hazaar API Doc Generator