class Log

Properties

static protected Logger|null $logger

The logger instance.

Methods

static mixed
__callStatic(string $method, array $arguments)

Proxy method calls to the logger instance.

static void
flushState()

Flush all static state.

static void
info(string $title, ?string $message = 'null')

No description

static void
error(string $message)

No description

static void
message(string $message)

No description

static void
line(int $lines = '1')

No description

Details

at line 25
static mixed __callStatic(string $method, array $arguments)

Proxy method calls to the logger instance.

Parameters

string $method
array $arguments

Return Value

mixed

at line 35
static void flushState()

Flush all static state.

Return Value

void

at line 15
static void info(string $title, ?string $message = 'null')

No description

Parameters

string $title
?string $message

Return Value

void

at line 15
static void error(string $message)

No description

Parameters

string $message

Return Value

void

at line 15
static void message(string $message)

No description

Parameters

string $message

Return Value

void

at line 15
static void line(int $lines = '1')

No description

Parameters

int $lines

Return Value

void